Update benches

This commit is contained in:
2021-09-01 21:30:02 +02:00
parent 910c19c510
commit c45c0c4420
7 changed files with 97 additions and 1 deletions

10
etc/make/ctf_vars.mk Normal file
View File

@@ -0,0 +1,10 @@
CTF_REPOSITORY = https://github.com/cyclops-community/ctf
CTF_COMMIT ?= v1.5.0
CTF_SRC_PATH = $(ATRIP_ROOT)/lib/src/ctf/$(CTF_COMMIT)
CTF_BUILD_PATH = $(ATRIP_ROOT)/lib/build/ctf/$(CTF_COMMIT)
CTF_CONFIG_FLAGS =
CTF_STATIC_LIB = $(CTF_BUILD_PATH)/lib/libctf.a
CTF_INCLUDE_PATH = $(CTF_BUILD_PATH)/include