mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:39:00 +08:00
bacb25364e
* [pcl] Add feature apps, visualization and examples * version * Add simulation * Enable more apps, install examples, add usage * format manifest file * version * set feature vtk as a alias for feature visualization * version
14 lines
564 B
Diff
14 lines
564 B
Diff
diff --git a/cmake/pcl_targets.cmake b/cmake/pcl_targets.cmake
|
|
index 91f2404..18f5a24 100644
|
|
--- a/cmake/pcl_targets.cmake
|
|
+++ b/cmake/pcl_targets.cmake
|
|
@@ -473,6 +473,8 @@ macro(PCL_ADD_EXAMPLE _name)
|
|
# add target to list of example targets created at the parent scope
|
|
list(APPEND PCL_EXAMPLES_ALL_TARGETS ${_name})
|
|
set(PCL_EXAMPLES_ALL_TARGETS "${PCL_EXAMPLES_ALL_TARGETS}" PARENT_SCOPE)
|
|
+
|
|
+ install(TARGETS ${_name} RUNTIME DESTINATION ${BIN_INSTALL_DIR})
|
|
endmacro()
|
|
|
|
###############################################################################
|