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 ad6ab15 commit baf9573Copy full SHA for baf9573
CMakeLists.txt
@@ -135,6 +135,12 @@ if (CXX_ENABLE_FLATBUFFERS)
135
set_target_properties(flatbuffers::header-only PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${flatbuffers_SOURCE_DIR}/include")
136
endif()
137
138
+
139
+if (CXX_BUILD_TESTS)
140
+ enable_testing()
141
+endif()
142
143
144
if (NOT KWGEN_EXECUTABLE AND CMAKE_SYSTEM_NAME STREQUAL "WASI")
145
146
ExternalProject_Add(
0 commit comments