Skip to content

Commit

Permalink
added /usr/local/include on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Mar 15, 2024
1 parent f0f9767 commit 783179c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ foreach (DIR ${SUB_DIRS})
endif ()
endforeach ()

# Add include directories for brew installed jack and liblo on macOS
if (APPLE)
target_include_directories(${PROJECT_NAME} PRIVATE /opt/brew/include)
target_include_directories(${PROJECT_NAME} PRIVATE /usr/local/include)
endif()

include(FetchContent)
Expand Down

0 comments on commit 783179c

Please sign in to comment.