mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-06 02:19:24 +08:00
6 lines
181 B
CMake
6 lines
181 B
CMake
|
cmake_minimum_required(VERSION 3.10...3.27)
|
||
|
aux_source_directory(. LZ4_SOURCE)
|
||
|
|
||
|
add_library(lz4 ${LZ4_SOURCE})
|
||
|
|
||
|
target_include_directories(lz4 INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|