Skip to content

Commit

Permalink
Merge pull request #23 from dnsmichi/bugfix/cmake-boost-zstd
Browse files Browse the repository at this point in the history
boost-zstd: Add Boost include dirs
  • Loading branch information
milianw committed Apr 4, 2020
2 parents 3d62891 + 3e122fc commit fbb6f77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 3rdparty/boost-zstd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
include_directories(${ZSTD_INCLUDE_DIR})
include_directories(
${ZSTD_INCLUDE_DIR}
${Boost_INCLUDE_DIRS}
)

add_library(boost-zstd STATIC zstd.cpp)
target_link_libraries(boost-zstd LINK_PUBLIC
Expand Down

0 comments on commit fbb6f77

Please sign in to comment.