Files
CMake/Tests/RunCMake/ExtraGenerators/Simple.cmake
Brad King 6cf281b108 Tests: Add dedicated RunCMake.ExtraGenerators test
The `Simple_${extraGenerator}` tests do not actually need to compile
because they only smoke test CMake's generation of the extra project
files.
2023-02-13 18:15:29 -05:00

5 lines
79 B
CMake

enable_language(C)
enable_language(CXX)
add_subdirectory(../../Simple Simple)