summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
blob: d6d5441b830db6ea820b4f50da5d5c11bc9cd103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_directories(
	../include
)

add_library(erebos
	channel
	identity
	message
	network
	pubkey
	service
	storage
)