reactos/rosapps/applications/sysutils/gettype/CMakeLists.txt
2015-04-25 17:41:44 +00:00

6 lines
203 B
CMake

add_executable(gettype gettype.c)
set_module_type(gettype win32cui UNICODE)
add_importlibs(gettype shell32 mpr netapi32 msvcrt kernel32)
add_cd_file(TARGET gettype DESTINATION reactos/system32 FOR all)