mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
5 lines
153 B
CMake
5 lines
153 B
CMake
|
|
add_executable(fdebug fdebug.c rs232.c fdebug.rc)
|
|
set_module_type(fdebug win32gui UNICODE)
|
|
add_importlibs(fdebug comdlg32 user32 gdi32 msvcrt kernel32)
|