diff --git a/CMakeLists.txt b/CMakeLists.txt index 439ebe4..796f319 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,9 @@ find_library(Restbed restbed find_library(Curl curl PATHS /usr/lib) +include_directories(/usr/local/include /opt/homebrew/include) +link_directories(/opt/homebrew/lib) + set(CMAKE_CXX_FLAGS_DEBUG_INIT "-g") project(LunchRest)