mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 14:08:22 +00:00
7 lines
190 B
Text
7 lines
190 B
Text
![]() |
|
||
|
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)
|