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