reactos/win32ss/user/winsrv/usersrv.cmake
Hermès Bélusca-Maïto 9919d4fa10 Sync to trunk r65566.
svn path=/branches/condrv_restructure/; revision=65567
2014-12-05 21:20:35 +00:00

16 lines
372 B
CMake

include_directories(usersrv)
list(APPEND USERSRV_SOURCE
usersrv/harderror.c
usersrv/init.c
usersrv/register.c
usersrv/shutdown.c
# usersrv/usersrv.rc
usersrv/usersrv.h)
add_library(usersrv ${USERSRV_SOURCE})
add_pch(usersrv usersrv/usersrv.h USERSRV_SOURCE)
#add_object_library(usersrv ${USERSRV_SOURCE})
set_module_type(usersrv module UNICODE)