This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
CMake
/
Tests
/
SimpleInstallS2
History
Sean McBride
a27edd8a05
Fix XCode -> Xcode typos, notably in man page (
#12231
)
2011-05-31 09:13:00 -04:00
..
scripts
ENH: Added testing of REGEX option to INSTALL(DIRECTORY). Added tests to cover all forms of old-style install commands.
2007-05-25 11:41:37 -04:00
TestSubDir
…
CMakeLists.txt
Fix XCode -> Xcode typos, notably in man page (
#12231
)
2011-05-31 09:13:00 -04:00
foo.c
…
foo.h
…
inst2.cxx
…
inst.cxx
ENH: Added testing of REGEX option to INSTALL(DIRECTORY). Added tests to cover all forms of old-style install commands.
2007-05-25 11:41:37 -04:00
InstallScript1.cmake
ENH: Added INSTALL(CODE) mode to allow inline specification of install script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first.
2006-04-12 22:04:50 -04:00
InstallScript2.cmake
ENH: Added INSTALL(CODE) mode to allow inline specification of install script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first.
2006-04-12 22:04:50 -04:00
InstallScript3.cmake
BUG:
Fix
#5868
- add COMPONENT handling to the SCRIPT and CODE signatures of the INSTALL command.
2007-10-15 07:08:15 -04:00
InstallScript4.cmake
BUG:
Fix
#5868
- add COMPONENT handling to the SCRIPT and CODE signatures of the INSTALL command.
2007-10-15 07:08:15 -04:00
lib1.cxx
…
lib1.h
…
lib2.cxx
…
lib2.h
…
lib3.cxx
…
lib3.h
…
lib4.cxx
…
lib4.h
…
PackageScript.cmake
ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX
2006-10-12 13:30:00 -04:00
PostInstall.cmake
…
PreInstall.cmake
…