Sync with trunk r63647.
[reactos.git] / base / setup / reactos / CMakeLists.txt
1
2 add_executable(reactos reactos.c reactos.rc)
3 target_link_libraries(reactos uuid)
4 set_module_type(reactos win32gui UNICODE)
5 add_importlibs(reactos gdi32 user32 comctl32 setupapi msvcrt kernel32 ntdll)
6 add_cd_file(TARGET reactos DESTINATION reactos NO_CAB FOR bootcd)