fix mac cmake

This commit is contained in:
Nova 2024-12-24 23:49:49 +03:30
parent f62dd8fade
commit 0ec2af9dca
No known key found for this signature in database
GPG Key ID: 389787EC83F5D73A

View File

@ -1,3 +1,3 @@
find_library(SECURITY_FRAMEWORK Security)
set(PLATFORM_SOURCES include/sys/macos/MacOS.cpp)
set(PLATFORM_SOURCES src/sys/macos/MacOS.cpp)
set(PLATFORM_LIBRARIES ${SECURITY_FRAMEWORK})