mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:29:07 +08:00
ca1e2ec6b3
* [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.
15 lines
536 B
Diff
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
|