mirror of
https://github.com/reactos/CMake.git
synced 2025-01-18 17:35:03 +00:00
Alexander Neundorf
4878c00905
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
"imported" executable target. This can then be used e.g. with ADD_CUSTOM_COMMAND() to generate stuff. It adds a second container for "imported" targets, and FindTarget() now takes an additional argument bool useImportedTargets to specify whether you also want to search in the imported targets or only in the "normal" targets. Alex
Description
Patched versions of CMake for ReactOS needs
Languages
C
44.8%
C++
29.2%
CMake
23.2%
Roff
0.9%
Shell
0.4%
Other
1.1%