Skip to content

Commit

Permalink
Add libbasalt as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matzipan committed May 30, 2017
1 parent ccd4987 commit 515647e
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
@@ -1,3 +1,6 @@
[submodule "lib/mailcore2"]
path = lib/mailcore2
url = https://github.com/mailcore/mailcore2
[submodule "lib/basalt"]
path = lib/basalt
url = git@github.com:matzipan/basalt
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ set (CMAKE_CXX_STANDARD 11)
add_subdirectory (schemas)
add_subdirectory (src)
add_subdirectory (lib/mailcore2/)
add_subdirectory (lib/basalt/)

install (TARGETS ${APP_VALA_C} RUNTIME DESTINATION bin)
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/envoyer.desktop DESTINATION ${DATADIR}/applications/)
Expand Down
1 change: 1 addition & 0 deletions lib/basalt
Submodule basalt added at fc784c

0 comments on commit 515647e

Please sign in to comment.