mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:13:40 +00:00
5 lines
140 B
CMake
5 lines
140 B
CMake
|
|
add_executable(dbgprint dbgprint.c)
|
|
set_module_type(dbgprint win32cui)
|
|
add_importlibs(dbgprint msvcrt kernel32)
|
|
add_cab_target(dbgprint 1)
|