mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[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:
parent
1b57c10937
commit
c2a8bdf32d
8 changed files with 47 additions and 5 deletions
6
rosapps/applications/devutils/gdb2/CMakeLists.txt
Normal file
6
rosapps/applications/devutils/gdb2/CMakeLists.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue