summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/sublib
Commit message (Collapse)AuthorAgeFilesLines
* Rename variable for including current directory in interfacesBrad King2013-03-191-1/+1
| | | | | | | | | Rename the variable added by commit 9ce1b9ef (Add CMAKE_BUILD_INTERFACE_INCLUDES build-variable, 2012-11-25) to CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE to be more consistent with the existing CMAKE_INCLUDE_CURRENT_DIR variable. Suggested-by: Alex Neundorf <neundorf@kde.org>
* Make the BUILD_INTERFACE of export()ed targets work.Stephen Kelly2013-01-153-0/+25
The existing BUILD_INTERFACE code is executed at generate time, which is too late for export().