Skip to content

Commit

Permalink
added build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Mar 21, 2024
1 parent 46d8aa4 commit d0fb7b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Your project "flock" has been setup!
Enjoy programming with Mochi!
Flock is Mochi's group management microservice.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
SCRIPT_DIR=$(dirname "$0")
cmake .. -DENABLE_TESTS=ON -DENABLE_BEDROCK=ON -DENABLE_EXAMPLES=ON
make

0 comments on commit d0fb7b3

Please sign in to comment.