lnav/src/CMakeLists.txt

144 lines
2.9 KiB
CMake
Raw Normal View History

2014-09-19 04:51:01 +00:00
set(diag_STAT_SRCS
ansi_scrubber.cc
bookmarks.cc
collation-functions.cc
command_executor.cc
curl_looper.cc
2014-09-19 04:51:01 +00:00
db_sub_source.cc
environ_vtab.cc
extension-functions.c
field_overlay_source.cc
2014-09-19 04:51:01 +00:00
fs-extension-functions.cc
grep_proc.cc
hist_source.cc
hotkeys.cc
2014-10-28 14:02:27 +00:00
intern_string.cc
2014-09-19 04:51:01 +00:00
json-extension-functions.cc
json_op.cc
json_ptr.cc
line_buffer.cc
listview_curses.cc
lnav_commands.cc
lnav_config.cc
lnav_log.cc
lnav_util.cc
log_accel.cc
log_format.cc
log_format_loader.cc
logfile.cc
logfile_sub_source.cc
network-extension-functions.cc
data_scanner.cc
data_parser.cc
2015-09-07 05:51:58 +00:00
papertrail_proc.cc
2014-09-19 04:51:01 +00:00
ptimec_rt.cc
pretty_printer.cc
readline_callbacks.cc
2014-09-19 04:51:01 +00:00
readline_curses.cc
readline_highlighters.cc
readline_possibilities.cc
2015-09-14 15:56:42 +00:00
relative_time.cc
2014-09-19 04:51:01 +00:00
session_data.cc
sequence_matcher.cc
shared_buffer.cc
shlex.cc
2014-09-19 04:51:01 +00:00
sqlite-extension-func.c
statusview_curses.cc
string-extension-functions.cc
sysclip.cc
2014-09-19 04:51:01 +00:00
pcrepp.cc
piper_proc.cc
sql_util.cc
state-extension-functions.cc
strnatcmp.c
textview_curses.cc
timer.cc
2014-09-19 04:51:01 +00:00
view_curses.cc
2015-07-22 14:09:51 +00:00
views_vtab.cc
2014-09-19 04:51:01 +00:00
vt52_curses.cc
log_vtab_impl.cc
xterm_mouse.cc
yajlpp.cc
yajl/yajl.c
yajl/yajl_alloc.c
yajl/yajl_alloc.h
yajl/yajl_buf.c
yajl/yajl_buf.h
yajl/yajl_bytestack.h
yajl/yajl_encode.c
yajl/yajl_encode.h
yajl/yajl_gen.c
yajl/yajl_lex.c
yajl/yajl_lex.h
yajl/yajl_parser.c
yajl/yajl_parser.h
yajl/yajl_tree.c
yajl/yajl_version.c
spookyhash/SpookyV2.cpp
all_logs_vtab.hh
2014-09-19 04:51:01 +00:00
auto_fd.hh
auto_mem.hh
auto_pid.hh
bottom_status_source.hh
byte_array.hh
chunky_index.hh
command_executor.hh
2014-09-19 04:51:01 +00:00
concise_index.hh
column_namer.hh
curl_looper.hh
field_overlay_source.hh
filter_observer.hh
2014-09-19 04:51:01 +00:00
format-text-files.hh
grapher.hh
grep_highlighter.hh
help.hh
hotkeys.hh
2014-09-19 04:51:01 +00:00
init-sql.hh
2014-10-28 14:02:27 +00:00
intern_string.hh
2014-09-19 04:51:01 +00:00
k_merge_tree.h
log_data_helper.hh
log_data_table.hh
log_format_impls.cc
2015-08-06 06:18:19 +00:00
log_search_table.hh
2014-09-19 04:51:01 +00:00
logfile_stats.hh
2015-09-07 05:51:58 +00:00
papertrail_proc.hh
plain_text_source.hh
pretty_printer.hh
2014-09-19 04:51:01 +00:00
ptimec.hh
pthreadpp.hh
readline_callbacks.hh
readline_possibilities.hh
2015-09-14 15:56:42 +00:00
relative_time.hh
2014-09-19 04:51:01 +00:00
sequence_sink.hh
shlex.hh
2014-09-19 04:51:01 +00:00
status_controllers.hh
strong_int.hh
sysclip.hh
2014-09-19 04:51:01 +00:00
term_extra.hh
termios_guard.hh
textfile_sub_source.hh
time_T.hh
timer.hh
2014-09-19 04:51:01 +00:00
top_status_source.hh
url_loader.hh
2015-07-22 14:09:51 +00:00
views_vtab.hh
2014-09-19 04:51:01 +00:00
yajl/api/yajl_common.h
yajl/api/yajl_gen.h
yajl/api/yajl_parse.h
yajl/api/yajl_tree.h
2016-03-02 13:54:42 +00:00
filesystem/fwd.h
filesystem/path.h
filesystem/resolver.h
2014-09-19 04:51:01 +00:00
../../lbuild/src/config.h
)
set(lnav_SRCS lnav.cc)
include_directories(../../lbuild/src /opt/local/include)
2014-09-19 04:51:01 +00:00
add_executable(lnav ${lnav_SRCS} ${diag_STAT_SRCS})