summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_compile_features/no_target.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/target_compile_features/no_target.cmake')
-rw-r--r--Tests/RunCMake/target_compile_features/no_target.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/target_compile_features/no_target.cmake b/Tests/RunCMake/target_compile_features/no_target.cmake
new file mode 100644
index 0000000..3f0afe2
--- /dev/null
+++ b/Tests/RunCMake/target_compile_features/no_target.cmake
@@ -0,0 +1,2 @@
+
+target_compile_features(main INTERFACE cxx_delegating_constructors)