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 c69fc7b commit f1254b3Copy full SHA for f1254b3
programs/test/CMakeLists.txt
@@ -30,6 +30,7 @@ if(TEST_CPP)
30
)
31
add_executable(cpp_dummy_build "${cpp_dummy_build_cpp}")
32
target_include_directories(cpp_dummy_build PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../include)
33
+ target_compile_options(cpp_dummy_build PRIVATE -fmodules)
34
target_link_libraries(cpp_dummy_build ${mbedcrypto_target} ${CMAKE_THREAD_LIBS_INIT})
35
endif()
36
0 commit comments