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

add_library(erebos
	identity
	pubkey
	storage
)