mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-19 04:14:54 -04:00
fix cmake compile on macos to find include and libs path
This commit is contained in:
parent
081782c97c
commit
d395be256b
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ project(retroshare-service)
|
|||
|
||||
include(CMakeDependentOption)
|
||||
|
||||
if(APPLE)
|
||||
include_directories("/usr/local/include")
|
||||
LINK_DIRECTORIES("/usr/local/lib")
|
||||
endif()
|
||||
|
||||
set(
|
||||
RS_BIN_INSTALL_DIR
|
||||
"${CMAKE_INSTALL_PREFIX}/bin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue