Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
Tests
/
RunCMake
/
CXXModules
/
examples
/
cxx-modules-rules.cmake
blob: 1016afd551161d0a7308a27e1c93098475bc607f [
file
]
if
(
CMake_TEST_MODULE_COMPILATION_RULES
)
include
(
"${CMake_TEST_MODULE_COMPILATION_RULES}"
)
endif
()
include
(
CTest
)
enable_testing
()