summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/project/LanguagesUsedButNotEnabled.cmake
blob: caab687e998bc7c9add67f7f1bade86db662d7b9 (plain)
1
2
3

add_executable(UsesCXXLang empty.cxx)
set_source_files_properties(empty.cxx PROPERTIES GENERATED TRUE LANGUAGE CXX )