CMake/Tests/CustomCommandWorkingDirectory
Pedro Navarro 9c2b393cb7 Tests: Update CustomCommandWorkingDirectory to handle in-source byproducts
When running an in-source build the CustomCommandWorkingDirectory test
created a copy of a source file in the same directory it was running on.
This breaks when byproducts are cleaned (e.g. via Ninja) because it
deletes one of the source files.
2018-09-28 11:28:36 -04:00
..
CMakeLists.txt Tests: Update CustomCommandWorkingDirectory to handle in-source byproducts 2018-09-28 11:28:36 -04:00
customTarget.c
working.c.in