mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 03:51:41 +00:00
- Fix build
svn path=/branches/cmake-bringup/; revision=50724
This commit is contained in:
parent
a104502501
commit
e0b78ef7c3
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ target_link_libraries(csrsrv ${PSEH_LIB})
|
|||
|
||||
set_module_type(csrsrv nativedll)
|
||||
|
||||
if(MSVC)
|
||||
set_entrypoint(csrsrv DllMainCRTStartup)
|
||||
endif()
|
||||
|
||||
|
||||
add_importlibs(csrsrv ntdll smdll)
|
||||
|
||||
add_pch(csrsrv ${CMAKE_CURRENT_SOURCE_DIR}/srv.h ${SOURCE})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue