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