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 30de64a commit 098104cCopy full SHA for 098104c
1 file changed
CMakeLists.txt
@@ -256,7 +256,10 @@ ExternalProject_Add(HogMaker
256
BINARY_DIR ${CMAKE_BINARY_DIR}/tools
257
INSTALL_COMMAND ""
258
)
259
-set(HogMakerBin ${CMAKE_BINARY_DIR}/tools/HogMaker)
+if (DEFINED CMAKE_CONFIGURATION_TYPES)
260
+ set(HogMakerBin_ConfigDir "$<CONFIG>/")
261
+endif()
262
+set(HogMakerBin ${CMAKE_BINARY_DIR}/tools/${HogMakerBin_ConfigDir}HogMaker)
263
264
add_subdirectory(netcon)
265
add_subdirectory(netgames)
0 commit comments