We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f42b2 commit e4c5327Copy full SHA for e4c5327
1 file changed
CMakeLists.txt
@@ -263,7 +263,10 @@ ExternalProject_Add(HogMaker
263
BINARY_DIR ${CMAKE_BINARY_DIR}/tools
264
INSTALL_COMMAND ""
265
)
266
-set(HogMakerBin ${CMAKE_BINARY_DIR}/tools/HogMaker)
+if (DEFINED CMAKE_CONFIGURATION_TYPES)
267
+ set(HogMakerBin_ConfigDir "$<CONFIG>/")
268
+endif()
269
+set(HogMakerBin ${CMAKE_BINARY_DIR}/tools/${HogMakerBin_ConfigDir}HogMaker)
270
271
add_subdirectory(netcon)
272
add_subdirectory(netgames)
0 commit comments