diff options
author | Chris Dyer <redpony@gmail.com> | 2015-05-22 12:39:25 -0400 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2015-05-22 12:39:25 -0400 |
commit | 05379269d3e88d596b0d3c331cc4d5548f2d912f (patch) | |
tree | 9c9a743884796e466ee244c63fdd66a4f459b81a /extractor/CMakeLists.txt | |
parent | cf61f8bc83ef280292a141ac9f8148eaf28596cc (diff) |
read gz files
Diffstat (limited to 'extractor/CMakeLists.txt')
-rw-r--r-- | extractor/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extractor/CMakeLists.txt b/extractor/CMakeLists.txt index 93a524cc..c8998e91 100644 --- a/extractor/CMakeLists.txt +++ b/extractor/CMakeLists.txt @@ -56,7 +56,7 @@ endif(GTEST_FOUND) set(sacompile_SRCS sacompile.cc) add_executable(sacompile ${sacompile_SRCS}) -target_link_libraries(sacompile extractor ${Boost_LIBRARIES} z) +target_link_libraries(sacompile extractor utils ${Boost_LIBRARIES} z) set(run_extractor_SRCS run_extractor.cc) add_executable(run_extractor ${run_extractor_SRCS}) |