mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Move Cargo MSVC debug config
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ add_custom_target(libloot-cxx-build
|
||||
COMMAND cargo build
|
||||
$<$<NOT:$<CONFIG:Debug>>:--release>
|
||||
$<$<AND:$<CONFIG:Debug>,$<PLATFORM_ID:Windows>>:--config>
|
||||
$<$<AND:$<CONFIG:Debug>,$<PLATFORM_ID:Windows>>:${CMAKE_SOURCE_DIR}/../.cargo/msvcd-config.toml>
|
||||
$<$<AND:$<CONFIG:Debug>,$<PLATFORM_ID:Windows>>:${CMAKE_SOURCE_DIR}/.cargo/msvc-debug-config.toml>
|
||||
BYPRODUCTS
|
||||
"${TARGET_PATH}/$<IF:$<CONFIG:Debug>,debug,release>/${LIBLOOT_CXX_FILENAME}"
|
||||
"${TARGET_PATH}/cxxbridge/libloot-cxx/src/lib.rs.cc"
|
||||
|
||||
Reference in New Issue
Block a user