summaryrefslogtreecommitdiffstats
path: root/Tests/CustomCommand
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Automatic include directories should not be done by default as was just ↵Brad King2006-02-191-1/+4
| | | | implemented. Instead a project may now set CMAKE_INCLUDE_CURRENT_DIR to get this behavior. The current source and binary directories are added automatically to the beginning of the include path in every directory. This simulates in-source behavior for double-quote includes when there are generated sources and headers in the directory.
* COMP: Fixed form of function main.Brad King2006-02-141-2/+2
|
* ENH: add test for generated headerBill Hoffman2006-01-093-0/+16
|
* ENH: for all custom commands that can not be given to a target, add them to ↵Bill Hoffman2006-01-091-2/+9
| | | | all targets in the current makefile
* BUG: force EXECUABLE and LIBRARY output paths so bad cache entries do not ↵Bill Hoffman2006-01-021-2/+2
| | | | fail tests
* COMP: Avoid C++ comment in C translation unit.Brad King2005-08-181-1/+1
|
* BUG: It seems the auto-object-depends feature does not work in Visual ↵Brad King2005-08-171-7/+6
| | | | Studio. I'm restoring the explicit OBJECT_DEPENDS lines.
* ENH: Adding test for auto-object-depends feature. It has been tested with ↵Brad King2005-08-173-2/+20
| | | | the Makefile generator. Hopefully this will work for the Visual Studio and XCode generators.
* BUG: Use copy to produce doc1pre.txt instead of echo. The redirection does ↵Brad King2005-04-271-1/+1
| | | | not like forward slashes on Win9x.
* ENH: Added pre-build and post-build test for custom targets.Brad King2005-04-261-1/+20
|
* ENH: Added test for multiple commands in a custom command.Brad King2005-02-221-8/+14
|
* ENH: Add LOCATION to GET_TARGET_PROPERTY. Closes Bug #34 - Add to ↵Andy Cedilnik2004-04-271-1/+4
| | | | GET_TARGET_PROPERTY location of target
* ERR: Remove warnings from testsAndy Cedilnik2004-04-272-0/+10
|
* modified code to match cmake modeKen Martin2003-06-301-39/+39
|
* minor fixesBill Hoffman2003-06-042-0/+2
|
* fixes for HPBill Hoffman2003-06-043-4/+4
|
* new testKen Martin2003-06-036-0/+140