Add owncloud module files to build.

This commit is contained in:
Klaas Freitag 2013-05-08 18:39:07 +02:00
parent a75376e6a7
commit b1f62b51bf

View file

@ -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})