mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:02:01 +00:00
[CMAKE]
Link smss to msvcsup on MSVC builds svn path=/branches/cmake-bringup/; revision=50493
This commit is contained in:
parent
f9870b513e
commit
6b8ea6b64e
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ list(APPEND SOURCE
|
|||
add_executable(smss WIN32 ${CMAKE_CURRENT_BINARY_DIR}/smss_smss.h.gch ${SOURCE})
|
||||
|
||||
target_link_libraries(smss mingw_common nt smlib)
|
||||
if(MSVC)
|
||||
target_link_libraries(smss msvcsup)
|
||||
endif()
|
||||
|
||||
add_pch(smss ${CMAKE_CURRENT_SOURCE_DIR}/smss.h ${SOURCE})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue