mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
7 lines
190 B
CMake
7 lines
190 B
CMake
|
|
||
|
set_cpp(WITH_RUNTIME)
|
||
|
add_executable(gdb2 gdb2.cpp)
|
||
|
set_module_type(gdb2 win32cui)
|
||
|
add_importlibs(gdb2 user32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET gdb2 DESTINATION reactos/system32 FOR all)
|