зеркало из https://github.com/nextcloud/desktop.git
Add a hint to find the development time csync libs and includes.
This commit is contained in:
Родитель
cf4130caf9
Коммит
df2d745747
|
@ -1,7 +1,8 @@
|
|||
|
||||
FIND_LIBRARY(CSYNC_LIBRARY NAMES csync)
|
||||
FIND_LIBRARY(CSYNC_LIBRARY NAMES csync
|
||||
HINTS "../buildcsync/src" )
|
||||
FIND_PATH(CSYNC_INCLUDE_PATH csync.h
|
||||
HINTS "/usr/include/csync")
|
||||
HINTS "../csync/src" "/usr/include/csync")
|
||||
|
||||
SET(CSYNC_INCLUDE_DIR ${CSYNC_INCLUDE_PATH})
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче