Xavier Claessens
|
daeee32d9b
|
cmake: Add support for add_custom_target() with a command
The command could have no output, in which case we create a dummy one.
|
5 years ago |
Xavier Claessens
|
6844ad374e
|
cmake: Add support for add_dependencies()
Closes: #5983
|
5 years ago |
Wolfgang Stöggl
|
f037e7ef45
|
Fix typos found by codespell
- Typos were found by codespell v1.16.0
|
5 years ago |
Daniel Mensinger
|
66e1e1747e
|
cmake: Do not add imported targets
|
5 years ago |
Xavier Claessens
|
7d9e58f125
|
cmake: Add support for normal libraries
Without this, set_target_properties() on those libraries won't be
catched, for example when setting the SOVERSION.
|
5 years ago |
Xavier Claessens
|
90a12ed3f0
|
cmake: Fix 'properies' typo
|
5 years ago |
Xavier Claessens
|
a4b0d216b5
|
cmake: COMMAND could have ';' separated arguments
|
5 years ago |
Daniel Mensinger
|
534e94ffc3
|
cmake: Support ALIAS libraries
|
5 years ago |
Daniel Mensinger
|
bee74eea16
|
cmake: Parse a subset of generator expressions
|
5 years ago |
Daniel Mensinger
|
50bbeaf859
|
cmake: trace: add support for some target_* functions
|
5 years ago |
Daniel Mensinger
|
1a4fae28ad
|
cmake: trace: support interface libraries
|
5 years ago |
Daniel Mensinger
|
e7948508d7
|
cmake: trace: set_target_properties improved property detection
|
5 years ago |
Daniel Mensinger
|
8320217210
|
cmake: Also detect Windows paths
|
6 years ago |
Daniel Mensinger
|
71a5ff718a
|
cmake: Skip ARGS key in COMMAND
|
6 years ago |
Daniel Mensinger
|
b07d3804fc
|
cmake: added suport for add_custom_command in the trace parser
|
6 years ago |
Daniel Mensinger
|
c78c9ee65e
|
cmake: Added permissive support to the trace parser
|
6 years ago |
Daniel Mensinger
|
b1cf0fd380
|
cmake: Move parsing the CMake trace into the CMake module
|
6 years ago |