[CMAKE]
[reactos.git] / base / setup / reactos / CMakeLists.txt
1
2 set_unicode()
3
4 add_executable(reactos reactos.c reactos.rc)
5
6 target_link_libraries(reactos uuid)
7
8 set_module_type(reactos win32gui)
9 add_importlibs(reactos
10 gdi32
11 user32
12 comctl32
13 setupapi
14 msvcrt
15 kernel32
16 ntdll)
17
18 add_minicd_target(reactos reactos)