mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:28:59 +08:00
3db88df035
* [celero] Update to 2.8.3 * [celero] Update version files * [celero] fix binaries install path * [celero] Update version files
18 lines
454 B
Diff
18 lines
454 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 0158c4f..5be0fbc 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -220,9 +220,11 @@ install(
|
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
|
)
|
|
install(
|
|
TARGETS celero
|
|
- DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
|
EXPORT celero-targets
|
|
+ RUNTIME DESTINATION bin
|
|
+ LIBRARY DESTINATION lib
|
|
+ ARCHIVE DESTINATION lib
|
|
)
|
|
install(
|
|
EXPORT celero-targets
|