[CMAKE]
[reactos.git] / base / setup / reactos / CMakeLists.txt
1
2 set_unicode()
3 set_rc_compiler()
4
5 add_executable(reactos reactos.c reactos.rc)
6
7 target_link_libraries(reactos uuid)
8
9 set_module_type(reactos win32gui)
10 add_importlibs(reactos gdi32 user32 comctl32 setupapi msvcrt kernel32 ntdll)
11 add_cd_file(TARGET reactos DESTINATION reactos NO_CAB FOR bootcd)