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

add_library(erebos
	identity
	network
	pubkey
	storage
)