application skeleton

This commit is contained in:
2024-08-05 11:28:34 +10:00
parent 716144686e
commit dc10f5d0ce
3 changed files with 97 additions and 13 deletions

View File

@ -1,4 +1,7 @@
add_executable(Voxelotl MACOSX_BUNDLE main.swift)
add_executable(Voxelotl MACOSX_BUNDLE
Application.swift
main.swift)
target_link_libraries(Voxelotl PRIVATE SDLSwift)
set_target_properties(Voxelotl PROPERTIES
XCODE_ATTRIBUTE_ENABLE_HARDENED_RUNTIME YES