mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 22:00:08 +08:00
3 lines
133 B
CMake
3 lines
133 B
CMake
find_library(SECURITY_FRAMEWORK Security)
|
|
set(PLATFORM_SOURCES src/sys/macos/MacOS.cpp)
|
|
set(PLATFORM_LIBRARIES ${SECURITY_FRAMEWORK}) |