mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:51:39 +00:00
[CMAKE]
Fix msvc usetup build. svn path=/branches/cmake-bringup/; revision=50701
This commit is contained in:
parent
b0fe2ffc8f
commit
29e5b3094b
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ target_link_libraries(usetup
|
|||
vfatlib
|
||||
mingw_common)
|
||||
|
||||
if(MSVC)
|
||||
target_link_libraries(usetup msvcsup)
|
||||
endif()
|
||||
|
||||
set_module_type(usetup nativecui)
|
||||
add_importlibs(usetup kernel32 ntdll)
|
||||
add_minicd_target(usetup reactos/system32 smss.exe)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue