Skip to content

Commit

Permalink
Missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
myst6re committed Aug 7, 2024
1 parent 59f4a75 commit ecf64e6
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (MSVC)
add_compile_options(/W3)
set(lz4_DIR "${CMAKE_CURRENT_SOURCE_DIR}/lz4/lib/cmake/lz4")
set(ZLIB_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/zlib/include")
set(ZLIB_LIBRARY "${CMAKE_CURRENT_SOURCE_DIR}/zlib/lib/zlib.lib")
set(ZLIB_LIBRARY "${CMAKE_CURRENT_SOURCE_DIR}/zlib/lib/zlibstatic.lib")
else()
add_compile_options(-Wall -Wextra -pedantic)
endif()
Expand Down
Binary file added lz4/bin/lz4.dll
Binary file not shown.
Binary file added lz4/lib/lz4.lib
Binary file not shown.
Binary file added lz4/lib/lz4_static.lib
Binary file not shown.
Binary file added zlib/bin/libzlib.dll
Binary file not shown.
Binary file added zlib/bin/zlib.dll
Binary file not shown.
Binary file added zlib/lib/libzlib.dll.a
Binary file not shown.
Binary file added zlib/lib/libzlibstatic.a
Binary file not shown.
Binary file added zlib/lib/zlib.lib
Binary file not shown.
Binary file added zlib/lib/zlibstatic.lib
Binary file not shown.

0 comments on commit ecf64e6

Please sign in to comment.