mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
6 lines
226 B
CMake
6 lines
226 B
CMake
|
|
add_executable(regsvr32 regsvr32.c regsvr32.rc)
|
|
set_module_type(regsvr32 win32gui UNICODE)
|
|
add_importlibs(regsvr32 user32 shell32 ole32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET regsvr32 DESTINATION reactos/system32 FOR all)
|