reactos/win32ss/user/winsrv/usersrv.cmake
Hermès Bélusca-Maïto b819608ed8 Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
2014-05-02 14:13:40 +00:00

18 lines
378 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)