mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
18 lines
No EOL
273 B
CMake
18 lines
No EOL
273 B
CMake
|
|
set_unicode()
|
|
|
|
add_executable(reactos reactos.c reactos.rc)
|
|
|
|
target_link_libraries(reactos uuid)
|
|
|
|
set_module_type(reactos win32gui)
|
|
add_importlibs(reactos
|
|
gdi32
|
|
user32
|
|
comctl32
|
|
setupapi
|
|
msvcrt
|
|
kernel32
|
|
ntdll)
|
|
|
|
add_minicd_target(reactos reactos) |