Fix error in cmake file to allow testing on build.

This commit is contained in:
Aaron Helton
2019-10-23 22:04:43 -04:00
parent 9d0f4b7c94
commit b7b816aa2e

View File

@@ -19,5 +19,5 @@ add_custom_command(
TARGET NameSort
POST_BUILD
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/test
COMMAND cmd //C Test.bat
COMMAND cmd /c Test.cmd
)