Add src/bls/*.h and .cpp to CMakeLists.txt

This commit is contained in:
Alexander Block 2019-01-17 15:57:13 +01:00
parent 5425e2e351
commit 76a58f5a48

View File

@ -39,6 +39,8 @@ add_definitions(
file(GLOB SOURCE_FILES file(GLOB SOURCE_FILES
src/bench/*.cpp src/bench/*.cpp
src/bench/*.h src/bench/*.h
src/bls/*.cpp
src/bls/*.h
src/compat/*.cpp src/compat/*.cpp
src/compat/*.h src/compat/*.h
src/consensus/*.h src/consensus/*.h