(self)
| 24 | exports_sources = "CMakeLists.txt", "src/*", "third_party/*", "cpp_package/build.cmake", "cpp_package/src/*", "cmake/*" |
| 25 | |
| 26 | def config_options(self): |
| 27 | if self.settings.os == "Windows": |
| 28 | del self.options.libftdi |
| 29 | del self.options.periphery |
| 30 | else: |
| 31 | del self.options.oymotion |
| 32 | del self.options.msvc_runtime |
| 33 | |
| 34 | def build(self): |
| 35 | cmake = CMake(self) |
nothing calls this directly
no outgoing calls
no test coverage detected