mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
ownCloud: Add neon include dir variable to the compile include dirs.
This commit is contained in:
parent
5703bb61ac
commit
1059c008e5
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue