mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-17 17:07:50 +08:00
14 lines
335 B
Diff
14 lines
335 B
Diff
|
diff --git a/tools/src/CMakeLists.txt b/tools/src/CMakeLists.txt
|
||
|
index eb6d232..5a99f5c 100644
|
||
|
--- a/tools/src/CMakeLists.txt
|
||
|
+++ b/tools/src/CMakeLists.txt
|
||
|
@@ -87,4 +87,7 @@ install(TARGETS
|
||
|
orc-contents
|
||
|
orc-metadata
|
||
|
orc-statistics
|
||
|
- DESTINATION bin)
|
||
|
+ orc-scan
|
||
|
+ orc-memory
|
||
|
+ csv-import
|
||
|
+ DESTINATION tools/orc)
|