mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
493ceb7ade
Dynamically check for sys/types.h and pid_t in wine config.h Use TARGET_xxx defines instead of _X86_ as this is undefined by GCC Add some sense in include directories management by using interface libraries
17 lines
317 B
CMake
17 lines
317 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 PRIVATE host_includes rsym_common)
|