Move misc/ to tools/misc

This commit is contained in:
Martin Hořeňovský
2019-12-06 11:40:53 +01:00
parent 604ededf77
commit 6eb04667ad
9 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ include(MiscFunctions)
# until 3.13 (not yet released)
####
if (MSVC)
configure_file(${CATCH_DIR}/misc/SelfTest.vcxproj.user
configure_file(${CATCH_DIR}/tools/misc/SelfTest.vcxproj.user
${CMAKE_BINARY_DIR}/tests
COPYONLY)
endif(MSVC) #Temporary workaround