set(TARGET_NAME "calendarlist") list(APPEND FILE_LIST CalendarList.cpp CalendarList.h) add_library(${TARGET_NAME} ${FILE_LIST}) target_link_libraries(${TARGET_NAME} common) target_include_directories(${TARGET_NAME} PUBLIC ".")