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

add_library(erebos
	channel
	identity
	message
	network
	pubkey
	service
	storage
	time
	uuid
)