mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-21 07:18:33 -05:00
8 lines
62 B
Plaintext
8 lines
62 B
Plaintext
int customTarget();
|
|
|
|
int main()
|
|
{
|
|
return customTarget();
|
|
}
|
|
|