diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f5e1277..ab1979f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -9,7 +9,7 @@ include_directories(vendor/libtwittercpp/src vendor/libtwittercpp/vendor/json/sr | |||
9 | add_subdirectory(vendor/yaml-cpp EXCLUDE_FROM_ALL) | 9 | add_subdirectory(vendor/yaml-cpp EXCLUDE_FROM_ALL) |
10 | include_directories(vendor/yaml-cpp/include) | 10 | include_directories(vendor/yaml-cpp/include) |
11 | 11 | ||
12 | find_package(aspell REQUIRED) | 12 | find_package(ASPELL REQUIRED) |
13 | include_directories(${ASPELL_INCLUDE_DIR}) | 13 | include_directories(${ASPELL_INCLUDE_DIR}) |
14 | 14 | ||
15 | add_executable(rawr-ebooks ebooks.cpp kgramstats.cpp freevars.cpp histogram.cpp prefix_search.cpp) | 15 | add_executable(rawr-ebooks ebooks.cpp kgramstats.cpp freevars.cpp histogram.cpp prefix_search.cpp) |