mirror of
				https://github.com/eclipse/upm.git
				synced 2025-11-04 09:05:34 +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:
		@@ -456,4 +456,5 @@ endif()
 | 
			
		||||
 | 
			
		||||
# Install C headers
 | 
			
		||||
install(DIRECTORY include/ DESTINATION include/upm
 | 
			
		||||
    COMPONENT ${CMAKE_PROJECT_NAME}-dev
 | 
			
		||||
    FILES_MATCHING PATTERN "*.h")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user