Skip to content

Commit

Permalink
Packaged ClientFactory include
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimvila committed Jan 15, 2020
1 parent 3290da6 commit 2a98411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def imports(self):
self.copy("*.so*", dst=("bin/%s" % self.settings.build_type), src="lib")

def package(self):
self.copy("ClientFactory.h", dst="include/HttpLibWebServerAdapter", src="src/HttpLibWebServerAdapter")
self.copy("ServerFactory.h", dst="include/HttpLibWebServerAdapter", src="src/HttpLibWebServerAdapter")
self.copy("*HttpLibWebServerAdapter.lib", dst="lib", keep_path=False)
self.copy("*HttpLibWebServerAdapter.pdb", dst="lib", keep_path=False)
Expand Down

0 comments on commit 2a98411

Please sign in to comment.