set(TARGET_NAME "iCalendarTimeZoneTests") add_executable(${TARGET_NAME} iCalendarTimeZoneLoad.cpp iCalendarTimeZoneSave.cpp main.cpp) target_link_libraries(${TARGET_NAME} gtest testcalendarobject calendartimezone common) gtest_add_tests(TARGET ${TARGET_NAME} WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/tests)