mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
cmake: Fix manifest generation for multi-config generators
This commit is contained in:
parent
ccbb658e49
commit
351afdec8c
|
@ -81,6 +81,7 @@ function(generate_openxr_runtime_manifest_buildtree)
|
|||
# "${_genmanifest_INTERMEDIATE_MANIFEST}"
|
||||
COMMAND
|
||||
"${CMAKE_COMMAND}"
|
||||
"-DOUT_FILE=${_genmanifest_OUT_FILE}"
|
||||
"-DRUNTIME_PATH=$<TARGET_FILE:${_genmanifest_RUNTIME_TARGET}>" -P
|
||||
"${_script}" DEPENDS "${_script}")
|
||||
endfunction()
|
||||
|
|
|
@ -9,7 +9,6 @@ set(OUT_FILENAME @_genmanifest_OUT_FILENAME@)
|
|||
set(CONFIGURE_OUTPUT_FILE @_genmanifest_INTERMEDIATE_MANIFEST@)
|
||||
set(IS_INSTALL @_genmanifest_IS_INSTALL@)
|
||||
set(RUNTIME_TARGET @_genmanifest_RUNTIME_TARGET@)
|
||||
set(OUT_FILE @_genmanifest_OUT_FILE@)
|
||||
# Runtime install dir relative to install prefix
|
||||
set(RELATIVE_RUNTIME_DIR @_genmanifest_RELATIVE_RUNTIME_DIR@)
|
||||
# Runtime so/dll filename
|
||||
|
|
Loading…
Reference in a new issue