Ensure extern headers are included in conan.
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -34,6 +34,7 @@ class ArbutilsConan(ConanFile): | |||||||
|  |  | ||||||
|     def package(self): |     def package(self): | ||||||
|         self.copy("*.hpp", dst="include/Arbutils", src="src") |         self.copy("*.hpp", dst="include/Arbutils", src="src") | ||||||
|  |         self.copy("*.hpp", dst="include/extern", src="extern") | ||||||
|         self.copy("*.dll", dst="bin", keep_path=False) |         self.copy("*.dll", dst="bin", keep_path=False) | ||||||
|         self.copy("*.so", dst="lib", keep_path=False) |         self.copy("*.so", dst="lib", keep_path=False) | ||||||
|         self.copy("*.a", dst="lib", keep_path=False) |         self.copy("*.a", dst="lib", keep_path=False) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user