vcpkg/ports/spdlog/fix-feature-export.patch
JackBoosY ca1e2ec6b3 [spdlog]Update to 1.4.2 (#8779)
* [spdlog]Upgrade version to 1.4.2

* [spdlog]Do not remove these libraries.

* [spdlog]Fix error C4275 when use fmt.

* [spdlog]Re-fix C4275 error.

* [spdlog]Re-fix C4275 error.

* [spdlog]Disable build on uwp.

* [spdlog]Fix build with uwp.
2019-11-25 14:35:53 -08:00

15 lines
536 B
Diff

diff --git a/bench/CMakeLists.txt b/bench/CMakeLists.txt
index d087cf6..86483db 100644
--- a/bench/CMakeLists.txt
+++ b/bench/CMakeLists.txt
@@ -26,3 +26,8 @@ add_executable(formatter-bench formatter-bench.cpp)
target_link_libraries(formatter-bench PRIVATE benchmark::benchmark spdlog::spdlog)
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/logs")
+
+install(TARGETS bench async_bench latency
+ RUNTIME DESTINATION tools/spdlog
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib)
\ No newline at end of file