diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 4436397b1..7db755552 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -62,6 +62,7 @@ install( endif (LIBSSH_FOUND) if (NEON_FOUND) + include_directories( ${NEON_INCLUDE_DIRS} ) macro_add_plugin(${OWNCLOUD_PLUGIN} csync_owncloud.c) target_link_libraries(${OWNCLOUD_PLUGIN} ${CSYNC_LIBRARY} ${NEON_LIBRARIES})