externals: Add lz4.

This commit is contained in:
bunnei 2017-09-24 11:04:55 -04:00
parent 46297c9653
commit 9eb4888df7
3 changed files with 7 additions and 1 deletions

View file

@ -28,6 +28,11 @@ add_subdirectory(glad)
# inih
add_subdirectory(inih)
# lz4
set(LZ4_BUNDLED_MODE ON)
add_subdirectory(lz4/contrib/cmake_unofficial)
target_include_directories(lz4_static INTERFACE ./lz4/lib)
# MicroProfile
add_library(microprofile INTERFACE)
target_include_directories(microprofile INTERFACE ./microprofile)