-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added testing, reorganized submodules, enable build as object lib (#27)
- Added GTest Dependency - regorganized git submodules - Added CMake Options to accommodate the new test options - Added CMake Option to build tcp_pubsub as object lib - Improved GH Action scripts to execute tests
- Loading branch information
1 parent
55c9b15
commit 4fd6970
Showing
23 changed files
with
762 additions
and
82 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
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 |
---|---|---|
@@ -1,6 +1,9 @@ | ||
[submodule "thirdparty/asio"] | ||
path = thirdparty/asio | ||
[submodule "thirdparty/asio/asio"] | ||
path = thirdparty/asio/asio | ||
url = https://github.com/chriskohlhoff/asio.git | ||
[submodule "thirdparty/recycle"] | ||
path = thirdparty/recycle | ||
[submodule "thirdparty/recycle/recycle"] | ||
path = thirdparty/recycle/recycle | ||
url = https://github.com/steinwurf/recycle.git | ||
[submodule "thirdparty/gtest/googletest"] | ||
path = thirdparty/gtest/googletest | ||
url = https://github.com/google/googletest.git |
Oops, something went wrong.