mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
17 lines
295 B
CMake
17 lines
295 B
CMake
|
|
list(APPEND SOURCE
|
|
cache.c
|
|
cmd.c
|
|
help.c
|
|
image.c
|
|
list.c
|
|
log2lines.c
|
|
match.c
|
|
options.c
|
|
revision.c
|
|
stat.c
|
|
util.c)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/tools/rsym)
|
|
add_host_tool(log2lines ${SOURCE})
|
|
target_link_libraries(log2lines rsym_common)
|