diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-22 16:05:07 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-22 16:05:07 +0200 |
| commit | cfae7b4dd30282209debec1d7680be8d974d0e46 (patch) | |
| tree | c8e64797f0cdf74bff367b057826f81b512db624 /node/CMakeLists.txt | |
| parent | f77ce5a0226014c811a46d8ab1ba8c9164768ed3 (diff) | |
| download | cmix-cfae7b4dd30282209debec1d7680be8d974d0e46.tar.gz cmix-cfae7b4dd30282209debec1d7680be8d974d0e46.tar.bz2 cmix-cfae7b4dd30282209debec1d7680be8d974d0e46.zip | |
Added a logging facility using boost::log::trivial.
Diffstat (limited to 'node/CMakeLists.txt')
| -rw-r--r-- | node/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/CMakeLists.txt b/node/CMakeLists.txt index 895cfb2..1c3b771 100644 --- a/node/CMakeLists.txt +++ b/node/CMakeLists.txt @@ -13,6 +13,7 @@ target_link_libraries(node PRIVATE Boost::boost PRIVATE Boost::program_options PRIVATE Boost::system + PRIVATE log PRIVATE cmix PRIVATE cmix-network ) |
