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

add_library(erebos
	channel
	identity
	network
	pubkey
	storage
)