Skip to content

Commit 8e44c4c

Browse files
author
Matthieu Longo
committed
Add conanfile.txt to develop with a standard workflow
1 parent c965d96 commit 8e44c4c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

conanfile.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[requires]
2+
uriparser/0.9.7
3+
4+
[build_requires]
5+
doctest/2.4.9
6+
7+
[generators]
8+
cmake
9+
10+
[imports]
11+
bin, *.dll -> ./bin # Copies all dll files from packages bin folder to my local "bin" folder
12+
lib, *.dylib* -> ./lib # Copies all dylib files from packages lib folder to my local "lib" folder

0 commit comments

Comments
 (0)