mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +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}) |