summaryrefslogtreecommitdiffstats
path: root/c++/examples/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-17/+17
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-8/+8
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-16/+16
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r24238] Update list of generated files for clear-objectsAllen Byrne2013-10-011-6/+8
|
* [svn-r24227] Add new examples to cmake listsAllen Byrne2013-09-301-0/+30
| | | | Tested: local linux
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+29
developers. Tested: local linux