We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f20a5 commit 79db698Copy full SHA for 79db698
1 file changed
src/CMakeLists.txt
@@ -44,9 +44,8 @@ file(GLOB_RECURSE src_files_engine
44
"Options.hpp"
45
)
46
47
-# Set Engine.cpp to compile as Objective-C++ on iOS
48
if (IOS)
49
- set_source_files_properties(Runtime/Engine.cpp PROPERTIES LANGUAGE "OBJCXX")
+ set_source_files_properties(Runtime/NextAudio.cpp PROPERTIES LANGUAGE "OBJCXX")
50
endif()
51
file(GLOB_RECURSE src_files_editor "Editor/*")
52
file(GLOB_RECURSE src_files_magicalego "Application/MagicaLego/*.cpp" "MagicaLego/*.hpp")
0 commit comments