build pip package for mac

This commit is contained in:
Naoto Kondo
2022-03-21 17:37:01 +09:00
parent 6a5cb93ba6
commit ea18241ef5
2 changed files with 8 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ elseif(APPLE)
set(NDI_DIR "/Library/NDI SDK for Apple")
set(NDI_INCLUDE_DIR "${NDI_DIR}/include")
set(NDI_LIBRARY_DIR "${NDI_DIR}/lib/macOS")
set(NDI_LICENSE_DIR "${NDI_DIR}/licenses")
file(GLOB NDI_LIBS "${NDI_LIBRARY_DIR}/*.dylib")
else()
set(NDI_FOUND FALSE)