summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_sources/FileSetCustomTarget.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/target_sources/FileSetCustomTarget.cmake')
-rw-r--r--Tests/RunCMake/target_sources/FileSetCustomTarget.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/target_sources/FileSetCustomTarget.cmake b/Tests/RunCMake/target_sources/FileSetCustomTarget.cmake
new file mode 100644
index 0000000..ce26400
--- /dev/null
+++ b/Tests/RunCMake/target_sources/FileSetCustomTarget.cmake
@@ -0,0 +1,2 @@
+add_custom_target(tgt)
+target_sources(tgt PRIVATE FILE_SET HEADERS FILES h1.h)