* Sync up to trunk head (r65074).
[reactos.git] / base / applications / regedt32 / CMakeLists.txt
1
2 add_executable(regedt32 regedt32.c resource.rc)
3 set_module_type(regedt32 win32gui UNICODE)
4 add_importlibs(regedt32 shell32 shlwapi msvcrt kernel32)
5 add_cd_file(TARGET regedt32 DESTINATION reactos/system32 FOR all)