mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:06:52 +00:00
[CMAKE]
add missing dependency svn path=/branches/cmake-bringup/; revision=49535
This commit is contained in:
parent
84b1635034
commit
04d745acca
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ macro(set_pdef_file _module _pdef_file)
|
|||
pdef2def(${_pdef_file})
|
||||
get_filename_component(_file ${_pdef_file} NAME_WE)
|
||||
target_link_libraries(${_module} "${CMAKE_CURRENT_BINARY_DIR}/${_file}.def")
|
||||
add_dependencies(${_module} ${_file}_def)
|
||||
endmacro()
|
||||
|
||||
#pseh lib, needed with mingw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue