Provide path of the cmake scripts to conan

This commit is contained in:
Gareth Lloyd 2020-04-07 12:19:25 +01:00 committed by Martin Hořeňovský
parent 2e61d38c7c
commit 89f5f84351
1 changed files with 3 additions and 0 deletions

View File

@ -25,3 +25,6 @@ class CatchConan(ConanFile):
def package_id(self):
self.info.header_only()
def package_info(self):
self.cpp_info.builddirs.append("lib/cmake/Catch2")