ref: 21cef10e4b738b50d351cacf0f7d1897abdf6858
parent: 609d54916beef1fa692060a383bb9b180cf5f0d1
author: Clownacy <[email protected]>
date: Thu May 23 07:10:11 EDT 2019
Fixed incorrect debug executable names
--- a/DoConfig/CMakeLists.txt
+++ b/DoConfig/CMakeLists.txt
@@ -11,7 +11,7 @@
add_executable(DoConfig "DoConfig.cpp" "icon.rc")
# Name debug builds "DoConfig_debug", to distinguish them
-set_target_properties(CSE2 PROPERTIES DEBUG_OUTPUT_NAME "DoConfig_debug")
+set_target_properties(DoConfig PROPERTIES DEBUG_OUTPUT_NAME "DoConfig_debug")
# Windows tweak
if(WIN32)