mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
19 lines
414 B
Text
19 lines
414 B
Text
|
|
||
|
list(APPEND SOURCE
|
||
|
environment.c
|
||
|
sas.c
|
||
|
screensaver.c
|
||
|
setup.c
|
||
|
winlogon.c
|
||
|
wlx.c
|
||
|
winlogon.rc)
|
||
|
|
||
|
add_executable(winlogon ${CMAKE_CURRENT_BINARY_DIR}/winlogon_winlogon.h.gch ${SOURCE})
|
||
|
|
||
|
add_pch(winlogon ${CMAKE_CURRENT_SOURCE_DIR}/winlogon.h ${SOURCE})
|
||
|
|
||
|
set_module_type(winlogon win32gui)
|
||
|
|
||
|
add_importlibs(winlogon user32 advapi32 userenv secur32 msvcrt)
|
||
|
target_link_libraries(winlogon wine)
|