X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f3de2dbaf657f9040a4da448c57267de0fef7d33..ff02180ca8abeec0cc1913abf4ad6697d7b25a36:/ftparchive/CMakeLists.txt diff --git a/ftparchive/CMakeLists.txt b/ftparchive/CMakeLists.txt index 1e1dc36ca..799fd7335 100644 --- a/ftparchive/CMakeLists.txt +++ b/ftparchive/CMakeLists.txt @@ -1,3 +1,4 @@ +include_directories(${BERKELEY_DB_INCLUDE_DIRS}) # Create the executable tasks file(GLOB_RECURSE source "*.cc") add_executable(apt-ftparchive ${source})