mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2026-01-10 15:49:34 +08:00
3 lines
137 B
CMake
3 lines
137 B
CMake
find_library(SECURITY_FRAMEWORK Security)
|
|
set(PLATFORM_SOURCES include/sys/macos/MacOS.cpp)
|
|
set(PLATFORM_LIBRARIES ${SECURITY_FRAMEWORK}) |