Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
Added missing platform files in package recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-spiessens committed Jun 15, 2018
1 parent 2519a8d commit 6e3e935
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conan/Flow/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ def package(self):
self.copy("components.cpp", "source/flow", "Flow/source/flow")
self.copy("flow.cpp", "source/flow", "Flow/source/flow")
self.copy("reactor.cpp", "source/flow", "Flow/source/flow")
self.copy("platform_*.cpp", "source/flow", "Flow/source/flow")
self.copy("platform_cpputest.cpp", "source/flow", "Flow/source/flow")
self.copy("platform_cortexm4.cpp", "source/flow", "Flow/source/flow")

0 comments on commit 6e3e935

Please sign in to comment.