Files
genode-world/lib/import/import-c-toxcore.mk
Emery Hemingway c042419226 Port of the c-toxcore Tox library
Port of the C reference implementation of the Tox chat protocol.
Includes a native DHT bootstrap node, see run/tox_dht_bootstrap.

https://tox.chat/
2019-01-10 16:44:30 +01:00

5 lines
156 B
Makefile

TOXCORE_PORT_DIR := $(call select_from_ports,c-toxcore)
INC_DIR += $(TOXCORE_PORT_DIR)/include
INC_DIR += $(call select_from_repositories,include/toxcore)