mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 11:48:56 +03:00
Add owncloud module files to build.
This commit is contained in:
parent
a75376e6a7
commit
b1f62b51bf
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ include_directories(
|
|||
)
|
||||
|
||||
|
||||
add_executable(ocmod_test ocmod_test.c)
|
||||
add_executable(ocmod_test ocmod_test.c ${CMAKE_SOURCE_DIR}/modules/csync_owncloud_recursive_propfind.c
|
||||
${CMAKE_SOURCE_DIR}/modules/csync_owncloud_util.c)
|
||||
|
||||
target_link_libraries(ocmod_test ${CMOCKA_LIBRARIES} ${NEON_LIBRARIES} ${CSYNC_LIBRARY} ${HTTPBF_LIBRARY})
|
||||
|
||||
|
|
Loading…
Reference in a new issue