Create a branch for working on csrss and co.
[reactos.git] / base / system / winlogon / CMakeLists.txt
1
2 list(APPEND SOURCE
3 environment.c
4 sas.c
5 screensaver.c
6 setup.c
7 winlogon.c
8 wlx.c
9 winlogon.rc)
10
11 add_executable(winlogon ${SOURCE})
12
13 target_link_libraries(winlogon wine)
14
15 set_module_type(winlogon win32gui)
16 add_importlibs(winlogon user32 advapi32 userenv secur32 msvcrt kernel32 ntdll)
17 add_pch(winlogon winlogon.h)
18 add_cd_file(TARGET winlogon DESTINATION reactos/system32 FOR all)