mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
87f3265217
svn path=/branches/shell-experiments/; revision=64718
4 lines
153 B
CMake
4 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)
|