fmt::fmt: header-only -> statically linked lib
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-01-13 05:50:56 +01:00
parent 701774eab0
commit ef418cf89c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -244,10 +244,11 @@ if(CMAKE_BUILD_TYPE MATCHES "Debug")
endif()
endif()
# add_executable(fortuna main.cpp generator.cpp generator.h fortuna.cpp fortuna.h accumulator.cpp accumulator.h pool.cpp pool.h event_adder.h event_adder_impl.h event_scheduler.h entropy_src.h urandom_entropy_src.h do_task.cpp do_task.h util.h seed_file_management.cpp seed_file_management.h)
# ref: https://cmake.org/pipermail/cmake/2016-May/063400.html
target_link_libraries(fortuna
PRIVATE cryptopp
PRIVATE fmt::fmt-header-only
fmt::fmt
PRIVATE fmtlog::fmtlog
PRIVATE da_threading::da_threading
PRIVATE pthread)