mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Tracy UI server app. `csvexport` utitily executable. `capture` utitily executable. `update` utitily executable.
13 lines
193 B
CMake
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)
|