Synchronize with trunk revision 59781.
[reactos.git] / base / applications / msconfig / CMakeLists.txt
1
2 list(APPEND SOURCE
3 toolspage.c
4 srvpage.c
5 systempage.c
6 startuppage.c
7 freeldrpage.c
8 generalpage.c
9 msconfig.c
10 msconfig.rc)
11
12 add_executable(msconfig ${SOURCE})
13 set_module_type(msconfig win32gui UNICODE)
14 add_importlibs(msconfig user32 advapi32 version comctl32 shell32 shlwapi msvcrt kernel32)
15 add_pch(msconfig precomp.h)
16 add_cd_file(TARGET msconfig DESTINATION reactos/system32 FOR all)