Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Replace old build system with CMake build system
[xestiaab/.git] / source / tests / CMakeLists.txt
1 set(FILE_LIST xestiaab_test.cpp
2               xestiaab_carddav.cpp
3               classes/FakeConnectionObject.cpp
4               classes/FakeConnectionObject.h)
6 add_executable(xestiaab_test
7     ${FILE_LIST})
9 include_directories(..)
11 target_link_libraries(xestiaab_test
12     LINK_PUBLIC
13     ${LIBXML2_LIBRARY}
14     ${wxWidgets_LIBRARIES}
15     sfml-audio
16     ${GTEST_LIBRARIES}    
17     CURL::libcurl
18     actmgr
19     carddav2
20     common
21     contacteditor
22     export
23     import
24     misc
25     search
26     vcard
27     widgets)
29 add_custom_command(TARGET xestiaab_test POST_BUILD
30     COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/tests/files/* ${CMAKE_BINARY_DIR}/tests/.
31 )
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