1 2list(APPEND SOURCE 3 cache.c 4 cmd.c 5 help.c 6 image.c 7 list.c 8 log2lines.c 9 match.c 10 options.c 11 stat.c 12 util.c 13 ../port/getopt.c) 14 15include_directories(${REACTOS_SOURCE_DIR}/sdk/tools/rsym) 16if(MSVC) 17 include_directories(../port) 18endif() 19add_host_tool(log2lines ${SOURCE}) 20target_link_libraries(log2lines PRIVATE host_includes rsym_common) 21