[ROSAPPS] Add devutils to cmake build. Thx for Amine Khaldi, Thomas Faber and learn_more for help. More will come.

svn path=/trunk/; revision=67308
This commit is contained in:
Daniel Reimer 2015-04-19 20:27:51 +00:00
parent 1b57c10937
commit c2a8bdf32d
8 changed files with 47 additions and 5 deletions

View file

@ -0,0 +1,6 @@
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)