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

add_library(erebos
	channel
	identity
	network
	pubkey
	service
	storage
)