mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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)
|