Skip to content
Snippets Groups Projects
Commit a87146ce authored by Martin Bellgardt's avatar Martin Bellgardt
Browse files

Attemt to fix the strange .txt files being copied to build/lib folder

parent ca33032e
Branches feature/446_strange_txt_files
Tags
1 merge request!131Fix the strange .txt files being copied to build/lib folder
......@@ -67,6 +67,6 @@ class ProjectPhoenix(ConanFile):
self.copy("*.dll", dst="demos/combustion_demo/Debug", src="bin")
self.copy("*.dll", dst="demos/combustion_demo/Release", src="bin")
self.copy("*.so", dst="lib", src="lib")
self.copy("*.so*", dst="lib", src="lib")
self.copy("*.so.*", dst="lib", src="lib")
self.copy("*.dylib", dst="lib", src="lib")
self.copy("*.dylib", dst="tests", src="lib")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment