diff options
author | codehalo <randi@codehalo.com> | 2016-09-27 02:11:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-27 02:11:04 -0400 |
commit | 446ebbcd7b7f0fc75844b4771f34551cde046cb7 (patch) | |
tree | d99e18681b18fa6ece7c97307f26f2cdfd4cf48c /src | |
parent | Update CMakeLists.txt (diff) | |
download | monero-446ebbcd7b7f0fc75844b4771f34551cde046cb7.tar.xz |
Update CMakeLists.txt
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptonote_protocol/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_protocol/CMakeLists.txt b/src/cryptonote_protocol/CMakeLists.txt index 071573111..34bb73126 100644 --- a/src/cryptonote_protocol/CMakeLists.txt +++ b/src/cryptonote_protocol/CMakeLists.txt @@ -39,4 +39,4 @@ target_link_libraries(cryptonote_protocol ${EXTRA_LIBRARIES}) add_dependencies(cryptonote_protocol version) - + |