summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_compile_features/alias_target.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/target_compile_features/alias_target.cmake')
-rw-r--r--Tests/RunCMake/target_compile_features/alias_target.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/target_compile_features/alias_target.cmake b/Tests/RunCMake/target_compile_features/alias_target.cmake
index d35ddba..6fcdada 100644
--- a/Tests/RunCMake/target_compile_features/alias_target.cmake
+++ b/Tests/RunCMake/target_compile_features/alias_target.cmake
@@ -1,3 +1,4 @@
+enable_language(CXX)
add_executable(main empty.cpp)
add_executable(Alias::Main ALIAS main)