Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/csync
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-02-03 18:00:26 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-02-03 18:00:55 +0300
commit52d330d8e5825554782d4e109508ec6e99946607 (patch)
tree0a75a17e097be79d591462f371bf0e8e009117ed /csync
parent17eb509c4ecc299dd0c5af786c641565fd22b18b (diff)
csync: add neon include directories
Diffstat (limited to 'csync')
-rw-r--r--csync/src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/csync/src/CMakeLists.txt b/csync/src/CMakeLists.txt
index 91f23070f..9b6227ebc 100644
--- a/csync/src/CMakeLists.txt
+++ b/csync/src/CMakeLists.txt
@@ -70,6 +70,7 @@ if(USE_NEON)
${NEON_LIBRARIES}
${CRYPTO_LIBRARY}
)
+ include_directories(${NEON_INCLUDE_DIRS})
add_definitions(-DUSE_NEON)
endif(USE_NEON)