This really needs to go in a branch. It needs heavy testing and can't coincide with...
[reactos.git] / base / applications / cmdutils / dbgprint / CMakeLists.txt
1
2 add_executable(dbgprint dbgprint.c)
3 set_module_type(dbgprint win32cui)
4 add_importlibs(dbgprint msvcrt kernel32)
5 add_cd_file(TARGET dbgprint DESTINATION reactos/system32 FOR all)