| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
colliding object file names
Alex
|
| |
|
|
|
|
|
|
|
|
|
|
| |
add_custom_target() as COMMAND, and cmake will recognize them and replace
them with the actual output path of these executables. Also the dependency
will be added automatically. Test included.
ENH: moved TraceVSDependencies() to the end of GlobalGenerator::Configure(),
so it is done now in one central place
Alex
|
| |
|
|
|
|
| |
platforms with one code base.
|
|
|
|
| |
addresses bug#3786 for several platforms.
|
|
|
|
| |
from implementation of unique object name computation for VS generators. This addresses bug#3565.
|
|
cmLocalUnixMakefileGenerator3 up to cmLocalGenerator for use by all generators. Created cmLocalVisualStudioGenerator as superclass for all VS generators. Implemented on-demand unique object file name computation for VS 7 generator to avoid slow compiles when all sources are in subdirectories.
|