-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use find_package for fetching dependencies in cmake (#151)
* modified cmake only to rely on find_package * move enable_testing() to right place; output diagnostic messages in find_package * fix typo * added script for local build of cmake projects * fix zenoh-c and zneoh-pico branches through git submodules; fix find_package; add scripts for installing from git and for building examples; * ci.yml update * ci.yml update * ci.yml update * submodules update * scripts fix * ci fix * add install script for installing zenoh-c/pico from local folders * pico commit hash update * readme update * readme update * readme update * assume zenoh-pico is not installed by default * readme update
- Loading branch information
1 parent
3cce480
commit 0d77925
Showing
28 changed files
with
345 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ | |
*.app | ||
|
||
build/* | ||
examples/simple/*/build | ||
.vscode/* | ||
target/* | ||
Testing/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[submodule "zenoh-c"] | ||
path = zenoh-c | ||
url = https://github.com/eclipse-zenoh/zenoh-c.git | ||
[submodule "zenoh-pico"] | ||
path = zenoh-pico | ||
url = https://github.com/eclipse-zenoh/zenoh-pico.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.