Merge pull request #4691 from chennes/cmakeFixStartTestInstallationLocation

[Start] Correct TestStart installation location
This commit is contained in:
Yorik van Havre
2021-03-30 12:27:32 +02:00
committed by GitHub

View File

@@ -47,5 +47,5 @@ INSTALL(
FILES
${Start_Tests}
DESTINATION
Mod/Start/testStart
Mod/Start/TestStart
)