mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Provide path of the cmake scripts to conan
This commit is contained in:
parent
2e61d38c7c
commit
89f5f84351
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user