4efbd6bd5eb2efd4eb6b6ed2d1719bf97dbd96d8
[reactos.git] / reactos / base / applications / cmdutils / reg / CMakeLists.txt
1
2 add_executable(reg reg.c reg.rc)
3 set_module_type(reg win32cui UNICODE)
4 add_importlibs(reg advapi32 user32 shlwapi msvcrt kernel32)
5 add_cd_file(TARGET reg DESTINATION reactos/system32 FOR all)