mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
13 lines
265 B
Text
13 lines
265 B
Text
|
|
||
|
list(APPEND SOURCE
|
||
|
gdihv.c
|
||
|
gdihv.rc
|
||
|
mainwnd.c
|
||
|
handlelist.c
|
||
|
proclist.c)
|
||
|
|
||
|
add_executable(gdihv ${SOURCE})
|
||
|
set_module_type(gdihv win32cui)
|
||
|
add_importlibs(gdihv user32 comctl32 psapi msvcrt kernel32)
|
||
|
add_cd_file(TARGET gdihv DESTINATION reactos/system32 FOR all)
|