MCPcopy Create free account
hub / github.com/Flow-IPC/ipc / package

Method package

conanfile.py:145–147  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

143 self.tool_requires(f"doxygen/{self.DOXYGEN_VERSION}")
144
145 def package(self):
146 cmake = CMake(self)
147 cmake.install()
148
149 def layout(self):
150 cmake_layout(self)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected