1 2include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils) 3 4add_executable(replace replace.c util.c replace.rc) 5set_module_type(replace win32cui UNICODE) 6target_link_libraries(replace conutils ${PSEH_LIB}) 7add_importlibs(replace user32 msvcrt kernel32) 8add_cd_file(TARGET replace DESTINATION reactos/system32 FOR all) 9