[CRT] Massively improve performance of rand_s
[reactos.git] / sdk / tools / log2lines / CMakeLists.txt
1
2 list(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
15 include_directories(${REACTOS_SOURCE_DIR}/sdk/tools/rsym)
16 if(MSVC)
17 include_directories(../port)
18 endif()
19 add_host_tool(log2lines ${SOURCE})
20 target_link_libraries(log2lines PRIVATE host_includes rsym_common)