CMake: Fix a copypaste error in xzdec Windows resource file handling.
It was my mistake. Thanks to Iouri Kharon for the bug report.
This commit is contained in:
parent
4dbdbd02d2
commit
7c337404bf
|
@ -567,8 +567,8 @@ if(HAVE_GETOPT_LONG)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
# Add the Windows resource file for xzdec.exe.
|
# Add the Windows resource file for xzdec.exe.
|
||||||
target_sources(xz PRIVATE src/xzdec/xzdec_w32res.rc)
|
target_sources(xzdec PRIVATE src/xzdec/xzdec_w32res.rc)
|
||||||
set_target_properties(xz PROPERTIES
|
set_target_properties(xzdec PROPERTIES
|
||||||
LINK_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/src/common/common_w32res.rc"
|
LINK_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/src/common/common_w32res.rc"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue