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

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