From 2353f73c396e2c3c89baabf4e277d25abdfc526f Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Mon, 17 Dec 2018 15:00:39 +0100 Subject: Add headers to targets in CMakeLists.txt. --- libdevcore/CMakeLists.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'libdevcore') 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}) -- cgit