Skip to content

Commit 6c9854f

Browse files
authored
conan setup script (#365)
1 parent 72181c3 commit 6c9854f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

scripts/conan

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
conan install . --output-folder=cmake-build-debug --build=missing -s build_type=Release -s "&:build_type=Debug"
4+
conan install . --output-folder=cmake-build-release --build=missing -s build_type=Release -s "&:build_type=Release"

scripts/setup

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env bash
22

3-
#setup git hooks
3+
# setup git hooks
44
scripts/git_hooks/git-hooks --install
5+
6+
# setup conan
7+
scripts/conan

0 commit comments

Comments
 (0)