mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
ownCloud: Add neon include dir variable to the compile include dirs.
This commit is contained in:
parent
522a6e27a2
commit
cbf259b482
@ -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})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user