Skip to content

Commit

Permalink
aslo added boost::config
Browse files Browse the repository at this point in the history
  • Loading branch information
vt4a2h committed Nov 15, 2015
1 parent a23f4ec commit 3101f37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "libs/boost/range"]
path = libs/boost/range
url = https://github.com/boostorg/range.git
[submodule "libs/boost/config"]
path = libs/boost/config
url = https://github.com/boostorg/config.git
1 change: 1 addition & 0 deletions libs/boost/config
Submodule config added at 94a3bf
3 changes: 2 additions & 1 deletion uml-tool.pro
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,5 @@ FORMS += \
RESOURCES += \
gui/main.qrc

INCLUDEPATH += ./libs/boost/range/include
INCLUDEPATH += ./libs/boost/range/include \
./libs/boost/config/include

0 comments on commit 3101f37

Please sign in to comment.