mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
components: Refactor UPM install components
Removed the per-target install component in favor of a limited set of insinstall components. Available install components are: "upm" "upm-dev" "upm-java" "upm-nodejs" "upm-python2" "upm-python3" Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -18,4 +18,5 @@ set (module_hpp iADC.hpp
|
||||
iPressureSensor.hpp
|
||||
iTemperatureSensor.hpp)
|
||||
# Install interfaces headers a bit differently
|
||||
install (FILES ${module_hpp} DESTINATION include/upm/${libname} COMPONENT ${libname})
|
||||
install (FILES ${module_hpp} DESTINATION include/upm/${libname}
|
||||
COMPONENT ${CMAKE_PROJECT_NAME})
|
||||
|
Reference in New Issue
Block a user