reactos/rosapps/applications/devutils/gdihv/CMakeLists.txt
Sylvain Petreolle 73b829f989 [GDIHV]
Don't define UNICODE in source.

svn path=/trunk/; revision=69827
2015-11-07 10:41:56 +00:00

13 lines
273 B
CMake

list(APPEND SOURCE
gdihv.c
gdihv.rc
mainwnd.c
handlelist.c
proclist.c)
add_executable(gdihv ${SOURCE})
set_module_type(gdihv win32cui UNICODE)
add_importlibs(gdihv user32 comctl32 psapi msvcrt kernel32)
add_cd_file(TARGET gdihv DESTINATION reactos/system32 FOR all)