nextcloud-desktop/test/CMakeLists.txt

13 lines
414 B
Text
Raw Normal View History

2014-01-23 16:20:01 +04:00
include_directories(${CMAKE_BINARY_DIR}/csync ${CMAKE_BINARY_DIR}/csync/src ${CMAKE_BINARY_DIR}/src)
include_directories(${CMAKE_SOURCE_DIR}/csync/src/ ${CMAKE_SOURCE_DIR}/csync/src/httpbf/src)
2012-10-26 22:24:12 +04:00
include(owncloud_add_test.cmake)
owncloud_add_test(OwncloudPropagator)
2013-08-09 14:56:43 +04:00
owncloud_add_test(Utility)
2014-01-23 16:20:01 +04:00
if( UNIX AND NOT APPLE )
owncloud_add_test(InotifyWatcher)
endif(UNIX AND NOT APPLE)
owncloud_add_test(FolderWatcher)