| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Teach the CompileDefinitions test to cover evaluation of config-specific
generator expressions.
|
|
|
|
|
|
| |
We can't test this in the GeneratorExpression unit test because
the ';' chars are processed specically by the CMake function argument
parser.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Avoid testing unsupported spaces in define values.
|
|
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.
|