Update benches
This commit is contained in:
10
etc/make/ctf_vars.mk
Normal file
10
etc/make/ctf_vars.mk
Normal 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
|
||||
Reference in New Issue
Block a user