cmake/Tests/RunCMake/project/LanguagesUsedButNotEnabled.cmake

4 lines
118 B
CMake
Raw Normal View History

2022-08-04 22:12:04 +02:00
add_executable(UsesCXXLang empty.cxx)
set_source_files_properties(empty.cxx PROPERTIES GENERATED TRUE LANGUAGE CXX )