[FLTMC]
[reactos.git] / reactos / base / setup / reactos / CMakeLists.txt
1
2 list(APPEND SOURCE
3 drivepage.c
4 reactos.c
5 reactos.h)
6
7 file(GLOB reactos_rc_deps res/*.*)
8 add_rc_deps(reactos.rc ${reactos_rc_deps})
9 add_executable(reactos ${SOURCE} reactos.rc)
10 add_pch(reactos reactos.h SOURCE)
11 target_link_libraries(reactos uuid)
12 set_module_type(reactos win32gui UNICODE)
13 add_importlibs(reactos advapi32 gdi32 user32 comctl32 setupapi msvcrt kernel32 ntdll)
14 add_cd_file(TARGET reactos DESTINATION reactos NO_CAB FOR bootcd)