Skip to content

Commit

Permalink
add fmt support for lib common
Browse files Browse the repository at this point in the history
- add fmt support
- add gulps.hpp to private header in cmake
  • Loading branch information
psychocrypt authored and fireice-uk committed Aug 6, 2018
1 parent 0ffb8ed commit 1e757c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ endif()
set(common_headers)

set(common_private_headers
gulps.hpp
apply_permutation.h
base58.h
boost_serialization_helper.h
Expand Down Expand Up @@ -106,7 +107,8 @@ target_link_libraries(common
${Boost_CHRONO_LIBRARY}
PRIVATE
${OPENSSL_LIBRARIES}
${EXTRA_LIBRARIES})
${EXTRA_LIBRARIES}
fmt::fmt-header-only)

#monero_install_headers(common
# ${common_headers})

0 comments on commit 1e757c7

Please sign in to comment.