Fix CMake for macos
This commit is contained in:
parent
ae641886fd
commit
12ab17e551
@ -12,6 +12,9 @@ find_library(Restbed restbed
|
|||||||
find_library(Curl curl
|
find_library(Curl curl
|
||||||
PATHS /usr/lib)
|
PATHS /usr/lib)
|
||||||
|
|
||||||
|
include_directories(/usr/local/include /opt/homebrew/include)
|
||||||
|
link_directories(/opt/homebrew/lib)
|
||||||
|
|
||||||
set(CMAKE_CXX_FLAGS_DEBUG_INIT "-g")
|
set(CMAKE_CXX_FLAGS_DEBUG_INIT "-g")
|
||||||
|
|
||||||
project(LunchRest)
|
project(LunchRest)
|
||||||
|
Loading…
Reference in New Issue
Block a user