summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_sources/FileSetNoExistInstall.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/target_sources/FileSetNoExistInstall.cmake')
-rw-r--r--Tests/RunCMake/target_sources/FileSetNoExistInstall.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/target_sources/FileSetNoExistInstall.cmake b/Tests/RunCMake/target_sources/FileSetNoExistInstall.cmake
new file mode 100644
index 0000000..a8b4b94
--- /dev/null
+++ b/Tests/RunCMake/target_sources/FileSetNoExistInstall.cmake
@@ -0,0 +1,4 @@
+enable_language(C)
+
+add_library(lib1 STATIC empty.c)
+install(TARGETS lib1 FILE_SET a)