mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
7 lines
240 B
CMake
7 lines
240 B
CMake
|
|
add_executable(replace replace.c util.c replace.rc)
|
|
set_module_type(replace win32cui UNICODE)
|
|
target_link_libraries(replace conutils)
|
|
add_importlibs(replace msvcrt kernel32)
|
|
add_cd_file(TARGET replace DESTINATION reactos/system32 FOR all)
|