summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Shorten ExportImport test command linesBrad King2009-07-141-22/+6
| | | | | | | | | | The ExportImport test drives its Export and Import projects using the same compiler and flags. This converts the ctest --build-and-test command lines to use an initial cache file instead of passing all settings on the command line. We need a shorter command line to pass through VS 6 on Win98. This approach reduces duplicate code anyway.
* ENH: Test export/import of link interface languagesBrad King2009-07-111-16/+19
| | | | | | | This extends the ExportImport test. The Export project creates a C++ static library and exports it. Then the Import project links the library into a C executable. On most platforms the executable will link only if the C++ linker is chosen correctly.
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
|
* ENH: Update ExportImport test to enforce dependent library pathsBrad King2008-02-011-0/+2
| | | | | - Build without rpaths - Place implementation libs in separate directories
* ENH: Updated ExportImport test to try LINK_INTERFACE_LIBRARIES.Brad King2008-01-301-10/+10
|
* BUG: Custom command driver outputs must be SYMBOLIC since no corresponding ↵Brad King2008-01-291-0/+12
| | | | file is created.
* BUG: Make sure CMAKE_INSTALL_PREFIX stays in subproject caches.Brad King2008-01-291-2/+2
|
* ENH: Added ExportImport test to test new export/import features.Brad King2008-01-281-0/+68