INNER CODE UNIT · Python

package

Dreamtowards/Ethertia · lib/_misc/entt/conanfile.py:18

    def package(self):
        self.copy(pattern="LICENSE", dst="licenses")
        self.copy(pattern="*", dst="include", src="src", keep_path=True)

    def package_info(self):
        if not self.in_local_cache:
            self.cpp_info.includedirs = ["src"]

    def package_id(self):
        self.info.header_only()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…