summaryrefslogtreecommitdiff
path: root/Source/cmMakefileExecutableTargetGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-1/+1
| | | | | | | Just enough to reach the BuildMacContentDirectory method and the NeedRelinkBeforeInstall methods. In the future, those methods can be moved to cmGeneratorTarget.
* Re-factor bundle content copying rules generation.Nicolas Despres2012-07-171-5/+0
|
* Re-factor OS X bundle and framework generation.Nicolas Despres2012-07-171-1/+6
|
* Remove trailing white-spaces.Nicolas Despres2012-07-171-1/+1
|
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE propertiesBrad King2008-02-181-2/+2
|
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment ↵Brad King2006-09-281-0/+2
| | | | strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators.
* ENH: Implemented RPATH specification support. It is documented by the ↵Brad King2006-02-161-1/+1
| | | | command SET_TARGET_PROPERTIES.
* ENH: some cleanup of the makefile generatorKen Martin2006-02-141-0/+34