summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/install/SCRIPT-COMPONENT.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/install/SCRIPT-COMPONENT.cmake')
-rw-r--r--Tests/RunCMake/install/SCRIPT-COMPONENT.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/install/SCRIPT-COMPONENT.cmake b/Tests/RunCMake/install/SCRIPT-COMPONENT.cmake
new file mode 100644
index 0000000..aaa9bd4
--- /dev/null
+++ b/Tests/RunCMake/install/SCRIPT-COMPONENT.cmake
@@ -0,0 +1,5 @@
+install(
+ SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/install_script.cmake"
+ CODE "write_empty_file(empty2.txt)"
+ COMPONENT dev
+ )