mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[CMAKE] Use explicit path for "custom.dll" dependency
This commit is contained in:
parent
d0ed4fdb3a
commit
971b3223ba
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ list(APPEND PCH_SKIP_SOURCE
|
|||
|
||||
# CMake 3.9 and higher requires to specify this dependency manually
|
||||
# see https://gitlab.kitware.com/cmake/cmake/issues/19933
|
||||
set_property(SOURCE msi_winetest.rc PROPERTY OBJECT_DEPENDS custom.dll)
|
||||
set_property(SOURCE msi_winetest.rc PROPERTY OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/custom.dll)
|
||||
|
||||
add_executable(msi_winetest
|
||||
${SOURCE}
|
||||
|
|
Loading…
Reference in a new issue