Sync with trunk r65656.
[reactos.git] / base / applications / rapps / CMakeLists.txt
1
2 list(APPEND SOURCE
3 aboutdlg.c
4 available.c
5 installdlg.c
6 installed.c
7 listview.c
8 loaddlg.c
9 misc.c
10 parser.c
11 richedit.c
12 settingsdlg.c
13 splitter.c
14 statusbar.c
15 toolbar.c
16 treeview.c
17 winmain.c
18 rapps.h)
19
20 add_executable(rapps ${SOURCE} rapps.rc)
21 set_module_type(rapps win32gui UNICODE)
22 target_link_libraries(rapps uuid)
23 add_importlibs(rapps advapi32 comctl32 gdi32 urlmon wininet user32 shell32 shlwapi ole32 msvcrt kernel32 ntdll)
24 add_pch(rapps rapps.h SOURCE)
25 add_dependencies(rapps rappsmsg)
26 add_message_headers(ANSI rappsmsg.mc)
27 add_cd_file(TARGET rapps DESTINATION reactos/system32 FOR all)