mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
This commit is contained in:
1
Tests/SimpleInstallS2/scripts/.gitattributes
vendored
Normal file
1
Tests/SimpleInstallS2/scripts/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
sample_script crlf=input
|
||||
2
Tests/SimpleInstallS2/scripts/sample_script
Executable file
2
Tests/SimpleInstallS2/scripts/sample_script
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
echo "Sample Script Output"
|
||||
1
Tests/SimpleInstallS2/scripts/sample_script.bat
Executable file
1
Tests/SimpleInstallS2/scripts/sample_script.bat
Executable file
@@ -0,0 +1 @@
|
||||
@echo Sample Script Output
|
||||
Reference in New Issue
Block a user