mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
- Fix smss build
svn path=/branches/cmake-bringup/; revision=50758
This commit is contained in:
parent
cdb7e212a6
commit
635df4ebf8
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ 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)
|
||||
set_entrypoint(smss DllMainCRTStartup)
|
||||
endif()
|
||||
|
||||
add_pch(smss ${CMAKE_CURRENT_SOURCE_DIR}/smss.h ${SOURCE})
|
||||
|
|
Loading…
Reference in a new issue