ENH: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git] / Tests / CustomCommandWorkingDirectory / working.c.in
blobcf75bd1645fff689726cdd3086cb8de2045fec00
1 int customTarget();
3 int main()
5 return customTarget();