mirror of
https://github.com/reactos/CMake.git
synced 2025-01-24 04:34:26 +00:00
7f11536704
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
7 lines
62 B
C++
7 lines
62 B
C++
extern int generated();
|
|
|
|
int main()
|
|
{
|
|
return generated();
|
|
}
|