Sign in
apache
/
tsfile
/
refs/heads/opt_dataframe
/
.
/
cpp
/
third_party
/
lzokay
/
CMakeLists.txt
blob: b2f9b3a6a2c32547a8f951a3c32e5083d7d6341f [
file
]
cmake_minimum_required(VERSION 3.11)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
add_library(lzokay STATIC lzokay.cpp)