summaryrefslogtreecommitdiffstats
path: root/Tests/CompileDefinitions/target_prop
Commit message (Collapse)AuthorAgeFilesLines
* GenEx: Test the use of generator expressions to generate lists.Stephen Kelly2012-10-171-0/+1
| | | | | | We can't test this in the GeneratorExpression unit test because the ';' chars are processed specically by the CMake function argument parser.
* Process generator expressions in the COMPILE_DEFINITIONS target property.Stephen Kelly2012-09-281-0/+6
|
* Rename files from main.cpp to more meaningful names.Stephen Kelly2012-08-221-1/+1
| | | | | | Because the main file for the dummy-executable and the actual compile test were both called main.cpp, they were overwriting each other during in-source builds.
* Fix the test setting COMPILE_DEFINITIONS target propertyStephen Kelly2012-08-211-1/+1
|
* Don't duplicate -D defines sent to the compiler.Stephen Kelly2012-08-201-0/+9
There is no need to do so. Be consistent with include directories and ensure uniqueness. This requires changing the API of the cmLocalGenerator::AppendDefines method, and changing the generators to match. The test unfortunately can't test for uniqueness, but it at least verifies that nothing gets lost.