Skip to content

Commit

Permalink
Fetch content gulrak and update to current version
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Mar 28, 2021
1 parent 2c1d080 commit a614cee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5,690 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(cxxopts)

FetchContent_Declare(
gulrak
GIT_REPOSITORY https://github.com/gulrak/filesystem.git
GIT_TAG v1.5.4
)
FetchContent_MakeAvailable(gulrak)

set(FSE_LIB ${CMAKE_CURRENT_SOURCE_DIR}/lib/FiniteStateEntropy/lib)
set(FSE_FILES
${FSE_LIB}/fse_compress.c
Expand All @@ -42,6 +49,7 @@ include_directories(
${INCLUDE_DIRECTORIES}
${CMAKE_CURRENT_SOURCE_DIR}/../lib/include
${cxxopts_SOURCE_DIR}/include
${gulrak_SOURCE_DIR}/include/ghc
${CMAKE_CURRENT_SOURCE_DIR}/../lib/FiniteStateEntropy/lib
${CMAKE_CURRENT_SOURCE_DIR}/src
${CMAKE_CURRENT_SOURCE_DIR}/test
Expand Down
Loading

0 comments on commit a614cee

Please sign in to comment.