2014-09-29 05:36:07 +00:00
|
|
|
|
2015-08-08 03:04:28 +00:00
|
|
|
include_directories(../../lbuild/src ../src/ /opt/local/include)
|
2014-09-29 05:36:07 +00:00
|
|
|
|
|
|
|
add_executable(test_chunky_index test_chunky_index.cc)
|
2015-08-08 03:04:28 +00:00
|
|
|
add_executable(test_pcrepp test_pcrepp.cc ../src/lnav_log.cc ../src/pcrepp.cc)
|
2015-09-14 15:56:42 +00:00
|
|
|
add_executable(test_reltime test_reltime.cc
|
|
|
|
../src/relative_time.cc
|
|
|
|
../src/pcrepp.cc
|
|
|
|
../src/lnav_log.cc)
|
2015-08-08 03:04:28 +00:00
|
|
|
link_directories(/opt/local/lib)
|
|
|
|
target_link_libraries(test_pcrepp /opt/local/lib/libpcre.a)
|
2015-09-14 15:56:42 +00:00
|
|
|
target_link_libraries(test_reltime /opt/local/lib/libpcre.a)
|