mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
13 lines
441 B
CMake
13 lines
441 B
CMake
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)
|
|
include(owncloud_add_test.cmake)
|
|
|
|
owncloud_add_test(OwncloudPropagator)
|
|
owncloud_add_test(Utility)
|
|
owncloud_add_test(Updater)
|
|
owncloud_add_test(FolderWatcher)
|
|
|
|
if( UNIX AND NOT APPLE )
|
|
owncloud_add_test(InotifyWatcher)
|
|
endif(UNIX AND NOT APPLE)
|
|
|