build pip package for mac
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user