[GFLAGS] Implement imagefile options
[reactos.git] / modules / rosapps / applications / cmdutils / gflags / CMakeLists.txt
1
2
3 list(APPEND SOURCE
4 gflags.c
5 imagefile.c
6 pageheap.c
7 gflags.h)
8
9 add_executable(gflags ${SOURCE} gflags.rc)
10 set_module_type(gflags win32cui UNICODE)
11 add_importlibs(gflags advapi32 user32 msvcrt kernel32)
12 add_pch(gflags gflags.h SOURCE)
13
14 if(MSVC)
15 add_importlibs(gflags ntdll)
16 endif()
17
18 add_cd_file(TARGET gflags DESTINATION reactos/bin FOR all)