Skip to content

Commit

Permalink
Enable Objective-C ARC again
Browse files Browse the repository at this point in the history
Was broken in baf9b56
  • Loading branch information
andrejnau committed Jan 14, 2024
1 parent dc8ae92 commit 146235b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FlyCube/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ target_include_directories(FlyCube
"${CMAKE_CURRENT_SOURCE_DIR}"
)

if (APPLE)
target_compile_options(FlyCube PUBLIC "-fobjc-arc")
endif()

if (BUILD_TESTING)
add_subdirectory(HLSLCompiler/test)
add_subdirectory(ShaderReflection/test)
Expand Down

0 comments on commit 146235b

Please sign in to comment.