mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Enable C or CXX (or nothing) as needed in each test case. This will allow us to add test cases that do not enable CXX.
5 lines
83 B
CMake
5 lines
83 B
CMake
enable_language(CXX)
|
|
|
|
add_executable(main empty.cpp)
|
|
target_compile_features(main)
|