mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
21 lines
373 B
CMake
21 lines
373 B
CMake
|
|
list(APPEND SOURCE
|
|
cache.c
|
|
cmd.c
|
|
help.c
|
|
image.c
|
|
list.c
|
|
log2lines.c
|
|
match.c
|
|
options.c
|
|
stat.c
|
|
util.c
|
|
../port/getopt.c)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/tools/rsym)
|
|
if(MSVC)
|
|
include_directories(../port)
|
|
endif()
|
|
add_host_tool(log2lines ${SOURCE})
|
|
target_link_libraries(log2lines PRIVATE host_includes rsym_common)
|