We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ba1d1 commit 04c15bdCopy full SHA for 04c15bd
1 file changed
build/cmake/CMakeLists.txt
@@ -14,9 +14,8 @@ myci_add_source_files(srcs
14
RECURSIVE
15
)
16
17
-enable_language(OBJCXX)
18
-
19
if(APPLE)
+ enable_language(OBJCXX)
20
list(APPEND srcs ../../src/${name}/glue/macos/glue.mm)
21
endif()
22
0 commit comments