Skip to content

Commit

Permalink
Progress jmzkChain#6: Add appbase submodule, add to build
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielhourt committed Apr 12, 2017
1 parent 9278694 commit 5020944
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
[submodule "libraries/wren"]
path = libraries/wren
url = https://github.com/bytemaster/wren.git
[submodule "libraries/appbase"]
path = libraries/appbase
url = https://github.com/bytemaster/appbase
1 change: 1 addition & 0 deletions libraries/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ add_subdirectory( egenesis )
add_subdirectory( net )
add_subdirectory( utilities )
add_subdirectory( app )
add_subdirectory( appbase )
add_subdirectory( plugins )
1 change: 1 addition & 0 deletions libraries/appbase
Submodule appbase added at 08f5f9

0 comments on commit 5020944

Please sign in to comment.