Skip to content

Commit c2f175e

Browse files
author
Matthieu Longo
committed
Add conanfile.txt
1 parent a9c96a0 commit c2f175e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

conanfile.txt

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[requires]
2+
nlohmann_json/3.11.2
3+
http-link-header-cpp/0.9.0@amazon/testing
4+
5+
[build_requires]
6+
gtest/1.13.0
7+
rapidcheck/cci.20220514
8+
9+
[generators]
10+
cmake
11+
12+
[imports]
13+
bin, *.dll -> ./bin # Copies all dll files from packages bin folder to my local "bin" folder
14+
lib, *.dylib* -> ./lib # Copies all dylib files from packages lib folder to my local "lib" folder
15+
16+
[options]
17+
rapidcheck:enable_gtest=True

0 commit comments

Comments
 (0)