[SHELL32] Remove 2 redundant initializations
[reactos.git] / base / applications / regedt32 / CMakeLists.txt
1
2 add_rc_deps(resource.rc ${CMAKE_CURRENT_SOURCE_DIR}/res/regedt32.ico)
3 add_executable(regedt32 regedt32.c resource.rc)
4 set_module_type(regedt32 win32gui UNICODE)
5 add_importlibs(regedt32 shell32 shlwapi msvcrt kernel32)
6 add_cd_file(TARGET regedt32 DESTINATION reactos/system32 FOR all)