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 ccbc8ae commit 38639a0Copy full SHA for 38639a0
CMakeLists.txt
@@ -175,7 +175,7 @@ endif()
175
if(MI_USE_CXX)
176
message(STATUS "Use the C++ compiler to compile (MI_USE_CXX=ON)")
177
set_source_files_properties(${mi_sources} PROPERTIES LANGUAGE CXX )
178
- set_source_files_properties(src/static.c test/test-api.c test/test-stress PROPERTIES LANGUAGE CXX )
+ set_source_files_properties(src/static.c test/test-api.c test/test-api-fill test/test-stress PROPERTIES LANGUAGE CXX )
179
if(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang|Clang")
180
list(APPEND mi_cflags -Wno-deprecated)
181
endif()
0 commit comments