1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00
tracy/zstd/common/CMakeLists.txt
Giorge Koulin 9ecda53ba3 Building profiler UI and utitily executables with CMake.
Tracy UI server app.
`csvexport` utitily executable.
`capture` utitily executable.
`update` utitily executable.
2023-03-31 09:08:48 +01:00

13 lines
193 B
CMake

add_library(
zstd.common STATIC
entropy_common.c
fse_decompress.c
debug.c
xxhash.c
pool.c
threading.c
zstd_common.c
error_private.c)
set_default_compile_options(zstd.common)