aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/UseDev.cmake
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-06-23 05:17:26 +0800
committerGitHub <noreply@github.com>2017-06-23 05:17:26 +0800
commit08a5d144ace9392b31a33fd2f051feb7777b93be (patch)
tree1027e4f28d74d9f6f9108c8a9e08a1cc4568beae /cmake/UseDev.cmake
parentbffb8c404f0df22c4da7cdc2a8affcbb77377582 (diff)
parente58cff3f37602db61ab9e70820367a5aff14f1b8 (diff)
downloaddexon-solidity-08a5d144ace9392b31a33fd2f051feb7777b93be.tar
dexon-solidity-08a5d144ace9392b31a33fd2f051feb7777b93be.tar.gz
dexon-solidity-08a5d144ace9392b31a33fd2f051feb7777b93be.tar.bz2
dexon-solidity-08a5d144ace9392b31a33fd2f051feb7777b93be.tar.lz
dexon-solidity-08a5d144ace9392b31a33fd2f051feb7777b93be.tar.xz
dexon-solidity-08a5d144ace9392b31a33fd2f051feb7777b93be.tar.zst
dexon-solidity-08a5d144ace9392b31a33fd2f051feb7777b93be.zip
Merge pull request #2426 from ethereum/miniMoustache
Whiskers template system
Diffstat (limited to 'cmake/UseDev.cmake')
-rw-r--r--cmake/UseDev.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/UseDev.cmake b/cmake/UseDev.cmake
index 4461a8a0..68df691a 100644
--- a/cmake/UseDev.cmake
+++ b/cmake/UseDev.cmake
@@ -10,6 +10,7 @@ function(eth_apply TARGET REQUIRED SUBMODULE)
target_link_libraries(${TARGET} ${Boost_RANDOM_LIBRARIES})
target_link_libraries(${TARGET} ${Boost_FILESYSTEM_LIBRARIES})
target_link_libraries(${TARGET} ${Boost_SYSTEM_LIBRARIES})
+ target_link_libraries(${TARGET} ${Boost_REGEX_LIBRARIES})
if (DEFINED MSVC)
target_link_libraries(${TARGET} ${Boost_CHRONO_LIBRARIES})