summaryrefslogtreecommitdiffstats
path: root/Source/cmExportTryCompileFileGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-3/+3
|
* stringapi: Use strings for property namesBen Boeckel2014-03-081-1/+1
| | | | Property names are always generated by CMake and should never be NULL.
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-6/+6
| | | | | | This has follow-on effects for other methods and classes. Further work on making the use of const cmTarget pointers common can be done, particularly with a view to generate-time methods.
* OS X: Add support for @rpath in export files.Clinton Stimpson2013-06-031-0/+2
| | | | | Also expand the IMPORTED_SONAME property for targets to match the install_name.
* Add a new Export generator for IMPORTED targets.Stephen Kelly2013-02-221-0/+55
This is to be used during try_compile using LINK_LIBRARIES in the srcfile signature and, in the future, TARGETS in the binary dir signature.