aboutsummaryrefslogtreecommitdiffstats
path: root/libdevcore
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-12-17 22:00:39 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-12-17 22:01:02 +0800
commit2353f73c396e2c3c89baabf4e277d25abdfc526f (patch)
tree2e3cb1463f3b919bc661c3de2995391c9027aa00 /libdevcore
parent8d3617b7c522d74bcc36a1fbc1eb7c16bf96ad4d (diff)
downloaddexon-solidity-2353f73c396e2c3c89baabf4e277d25abdfc526f.tar.gz
dexon-solidity-2353f73c396e2c3c89baabf4e277d25abdfc526f.tar.zst
dexon-solidity-2353f73c396e2c3c89baabf4e277d25abdfc526f.zip
Add headers to targets in CMakeLists.txt.
Diffstat (limited to 'libdevcore')
-rw-r--r--libdevcore/CMakeLists.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/libdevcore/CMakeLists.txt b/libdevcore/CMakeLists.txt
index 01a8bcc6..e2309b16 100644
--- a/libdevcore/CMakeLists.txt
+++ b/libdevcore/CMakeLists.txt
@@ -1,14 +1,32 @@
set(sources
+ Algorithms.h
+ Assertions.h
+ boost_multiprecision_number_compare_bug_workaround.hpp
+ Common.h
CommonData.cpp
+ CommonData.h
CommonIO.cpp
+ CommonIO.h
Exceptions.cpp
+ Exceptions.h
+ FixedHash.h
IndentedWriter.cpp
+ IndentedWriter.h
JSON.cpp
+ JSON.h
Keccak256.cpp
+ Keccak256.h
+ Result.h
StringUtils.cpp
+ StringUtils.h
SwarmHash.cpp
+ SwarmHash.h
UTF8.cpp
+ UTF8.h
+ vector_ref.h
+ Visitor.h
Whiskers.cpp
+ Whiskers.h
)
add_library(devcore ${sources})