mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
73b829f989
Don't define UNICODE in source. svn path=/trunk/; revision=69827
12 lines
273 B
CMake
12 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)
|