Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Fix bitmapcode helper not building when it should be
[xestiaab/.git] / source / common / CMakeLists.txt
1 set(TARGET_NAME "common")
3 list(APPEND FILE_LIST base64.cpp
4               base64.h
5               CMakeLists.txt
6               defaults.cpp
7               defaults.h
8               dirs.cpp
9               dirs.h
10               etag.cpp
11               etag.h
12               events.cpp
13               events.h
14               filename.cpp
15               filename.h
16               getcontactinfo.cpp
17               getcontactinfo.h
18               languages.cpp
19               languages.h
20               mime.cpp
21               mime.h
22               preferences.cpp
23               preferences.h
24               sslcertstructs.h
25               structs.h
26               svrdlist.cpp
27               svrdlist.h
28               textprocessing.cpp
29               textprocessing.h
30               timers.cpp
31               timers.h
32               uuid.cpp
33               uuid.h)
35 if(MSVC)
36     list(APPEND FILE_LIST win32ssl.cpp
37                           win32ssl.h)
38 endif()
40 add_library(${TARGET_NAME}
41             ${FILE_LIST})
43 add_dependencies(${TARGET_NAME}
44                  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