Add .gitattributes and .gitignore files and normalize line endings in the repository...
[reactos.git] / modules / rosapps / applications / devutils / gdihv / CMakeLists.txt
1
2 list(APPEND SOURCE
3 gdihv.c
4 gdihv.rc
5 mainwnd.c
6 handlelist.c
7 proclist.c)
8
9 add_executable(gdihv ${SOURCE})
10 set_module_type(gdihv win32cui UNICODE)
11 add_importlibs(gdihv user32 comctl32 psapi msvcrt kernel32)
12 add_cd_file(TARGET gdihv DESTINATION reactos/system32 FOR all)