This really needs to go in a branch. It needs heavy testing and can't coincide with...
[reactos.git] / base / applications / hh / CMakeLists.txt
1
2 set_rc_compiler()
3 add_executable(hh main.c hh.rc)
4 set_module_type(hh win32gui)
5 add_importlibs(hh gdi32 user32 msvcrt kernel32)
6 add_cd_file(TARGET hh DESTINATION reactos FOR all)