Skip to content

Commit 84e5039

Browse files
CMakeLists.txt: add included directories for Darwin
Signed-off-by: cristina-suteu <[email protected]>
1 parent 39879ab commit 84e5039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
7979
link_libraries("-F/Library/Frameworks/")
8080
# Fix linking on 10.14+ with Homebrew. See https://stackoverflow.com/questions/54068035
8181
LINK_DIRECTORIES(/usr/local/lib)
82+
INCLUDE_DIRECTORIES(/usr/local/include)
8283
endif()
8384

8485
add_definitions(-D_GNU_SOURCE

0 commit comments

Comments
 (0)