mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Fix build
svn path=/branches/cmake-bringup/; revision=50748
This commit is contained in:
parent
8c0ac25595
commit
3ae2bbdad9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ add_library(hnetcfg SHARED ${SOURCE})
|
|||
|
||||
set_module_type(hnetcfg win32dll)
|
||||
|
||||
target_link_libraries(hnetcfg wine)
|
||||
target_link_libraries(hnetcfg wine uuid)
|
||||
|
||||
add_importlibs(hnetcfg
|
||||
ole32
|
||||
|
|
Loading…
Reference in a new issue