mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
The `Simple_${extraGenerator}` tests do not actually need to compile
because they only smoke test CMake's generation of the extra project
files.
5 lines
79 B
CMake
5 lines
79 B
CMake
enable_language(C)
|
|
enable_language(CXX)
|
|
|
|
add_subdirectory(../../Simple Simple)
|