|
|
@@ -29,6 +29,9 @@ include_directories (${URHO3D_INCLUDE_DIRS})
|
|
|
|
|
|
# All tools must be natively built and output to bin/tool subdir to differentiate them from platform-specific binaries in the bin directory
|
|
|
set_output_directories (${CMAKE_BINARY_DIR}/bin/tool RUNTIME PDB)
|
|
|
+if (DEST_RUNTIME_DIR STREQUAL bin)
|
|
|
+ set (DEST_RUNTIME_DIR bin/tool)
|
|
|
+endif ()
|
|
|
|
|
|
# Urho3D extras
|
|
|
add_subdirectory (OgreBatchConverter)
|