mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 09:54:15 +00:00
8 lines
62 B
C
8 lines
62 B
C
int customTarget();
|
|
|
|
int main()
|
|
{
|
|
return customTarget();
|
|
}
|
|
|