mirror of
https://github.com/RfidResearchGroup/RFIDtools.git
synced 2026-05-12 11:19:59 -07:00
build bzip2 in bzip2.cmake
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
get_filename_component(BZIP2_ROOT bzip2 ABSOLUTE)
|
||||
|
||||
add_library(pm3rrg_rdv4_bzip2 STATIC
|
||||
${BZIP2_ROOT}/blocksort.c
|
||||
${BZIP2_ROOT}/bzlib.c
|
||||
${BZIP2_ROOT}/compress.c
|
||||
${BZIP2_ROOT}/crctable.c
|
||||
${BZIP2_ROOT}/decompress.c
|
||||
${BZIP2_ROOT}/huffman.c
|
||||
${BZIP2_ROOT}/randtable.c
|
||||
)
|
||||
|
||||
target_include_directories(pm3rrg_rdv4_bzip2 INTERFACE bzip2)
|
||||
Reference in New Issue
Block a user