We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c38a80 commit 8e9dfe2Copy full SHA for 8e9dfe2
CMakeLists.txt
@@ -43,6 +43,10 @@ if(Git_FOUND)
43
endif()
44
45
46
+if(APPLE)
47
+ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum OS X deployment version" FORCE)
48
+endif()
49
+
50
project(TIC-80 VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION} LANGUAGES C CXX)
51
message("Building for target : ${CMAKE_SYSTEM_NAME}")
52
0 commit comments