mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Minor build tweaks for newer versions of CMake on macOS
This commit is contained in:
parent
066b73ff32
commit
03888b7082
@ -14,6 +14,12 @@ if (CMAKE_SYSTEM_NAME MATCHES "Darwin" OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR
|
||||
|
||||
message(STATUS "[configure-bsd-paths] resolved BSD_PATH_PREFIX to: '${BSD_PATH_PREFIX}'")
|
||||
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Darwin" AND NOT(${BUILD_STANDALONE} MATCHES "true"))
|
||||
message(STATUS "[configure-bsd-paths] standalone *not* detected, adding Homebrew ${BSD_PATH_PREFIX} to include/lib dirs")
|
||||
include_directories("${BSD_PATH_PREFIX}/include")
|
||||
link_directories("${BSD_PATH_PREFIX}/lib")
|
||||
endif()
|
||||
|
||||
list(
|
||||
APPEND
|
||||
VENDOR_INCLUDE_DIRECTORIES
|
||||
|
Loading…
Reference in New Issue
Block a user