mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-17 03:11:51 +03:00
OS X explicitly requires the neon include path to be set
This commit is contained in:
parent
2cc13fb74a
commit
2c904afd04
2 changed files with 3 additions and 1 deletions
|
@ -16,9 +16,9 @@ include_directories(${CMAKE_SOURCE_DIR}/csync/src
|
|||
${CMAKE_BINARY_DIR}/csync
|
||||
${CMAKE_BINARY_DIR}/csync/src
|
||||
)
|
||||
include_directories(${NEON_INCLUDE_DIRS})
|
||||
|
||||
if(NOT BUILD_LIBRARIES_ONLY)
|
||||
|
||||
add_executable(${cmd_NAME} ${cmd_SRC})
|
||||
qt5_use_modules(${cmd_NAME} Network Sql)
|
||||
set_target_properties(${cmd_NAME} PROPERTIES
|
||||
|
|
|
@ -131,6 +131,8 @@ include_directories(${CMAKE_SOURCE_DIR}/csync/src
|
|||
${CMAKE_BINARY_DIR}/csync
|
||||
${CMAKE_BINARY_DIR}/csync/src
|
||||
)
|
||||
include_directories(${NEON_INCLUDE_DIRS})
|
||||
|
||||
include_directories(../libsync ${CMAKE_CURRENT_BINARY_DIR}/../libsync)
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
|
|
Loading…
Reference in a new issue