Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
cmake: Implement support for CMake on Linux and remove Makefiles
[xestiacalendar/.git] / source / forms / CMakeLists.txt
1 set(TARGET_NAME "forms")
3 list(APPEND FILE_LIST about/frmAbout.cpp
4                       about/frmAbout.h
5                       actmgr/frmActivityMgr.cpp
6                       actmgr/frmActivityMgr.h
7                       calendareditor/frmCalendarEditor.cpp
8                       calendareditor/frmCalendarEditor.h
9                       calendarselectmonth/frmCalendarSelectMonth.cpp
10                       calendarselectmonth/frmCalendarSelectMonth.h
11                       editaccount/frmEditAccount.cpp
12                       editaccount/frmEditAccount.h
13                       eventeditor/frmEventEditor.cpp
14                       eventeditor/frmEventEditor.h
15                       main/frmMain.cpp
16                       main/frmMain.h
17                       main/frmMain-Window.cpp
18                       newaccount/frmNewAccount.cpp
19                       newaccount/frmNewAccount.h
20                       preferences/frmPreferences.cpp
21                       preferences/frmPreferences.h
22                       update/frmUpdate.cpp
23                       update/frmUpdate.h
24                       frmConflictResolution.cpp
25                       frmConflictResolution.h
26                       frmInvalidSSLCertificate.cpp
27                       frmInvalidSSLCertificate.h
28                       frmSSLCertificate.cpp
29                       frmSSLCertificate.h)
31 add_library(${TARGET_NAME}
32             ${FILE_LIST})
34 target_link_libraries(${TARGET_NAME}
35                       common)
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