- Fix build

svn path=/branches/cmake-bringup/; revision=50724
This commit is contained in:
Johannes Anderwald 2011-02-16 10:21:15 +00:00
parent a104502501
commit e0b78ef7c3

View file

@ -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})