mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
tests: add the source dir in the include paths
This commit is contained in:
parent
fa606b38b7
commit
d7d241196e
@ -1,6 +1,6 @@
|
||||
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_directories(${CMAKE_SOURCE_DIR}/csync/src/std)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/csync/src/std ${CMAKE_SOURCE_DIR}/src)
|
||||
|
||||
include(owncloud_add_test.cmake)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user