Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
cmake: Implement support for CMake on Linux and remove Makefiles
[xestiacalendar/.git] / source / common / CMakeLists.txt
1 set(TARGET_NAME "common")
3 list(APPEND FILE_LIST colour.h
4                       defaults.cpp
5                       defaults.h
6                       dirs.cpp
7                       dirs.h
8                       events.h
9                       file.cpp
10                       file.h
11                       monthviewgen.cpp
12                       monthviewgen.h
13                       preferences.cpp
14                       preferences.h
15                       random.cpp
16                       random.h
17                       structs.h
18                       svrblist.cpp
19                       svrblist.h
20                       text.cpp
21                       text.h
22                       types.h
23                       uuid.cpp
24                       uuid.h)
26 add_library(${TARGET_NAME}
27             ${FILE_LIST})
29 target_include_directories(${TARGET_NAME}
30     PUBLIC
31     ".")
33 add_dependencies(${TARGET_NAME}
34                  bitmapcode)
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy