Skip to content

Commit

Permalink
Switch to submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Cridland committed Jul 31, 2016
1 parent 14769af commit 431d6c7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
@@ -0,0 +1,6 @@
[submodule "deps/rapidxml"]
path = deps/rapidxml
url = http://github.com/dwd/rapidxml
[submodule "deps/sigslot"]
path = deps/sigslot
url = http://github.com/dwd/sigslot
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -46,6 +46,6 @@ set(SOURCE_FILES
add_executable(metre ${SOURCE_FILES})
target_link_libraries(metre event_core ssl crypto event_openssl unbound)
include_directories(include)
include_directories(../rapidxml-1.13)
include_directories(../SigSlot)
include_directories(./deps/rapidxml)
include_directories(./deps/sigslot)

1 change: 1 addition & 0 deletions deps/rapidxml
Submodule rapidxml added at 6c407d
1 change: 1 addition & 0 deletions deps/sigslot
Submodule sigslot added at b287a3

0 comments on commit 431d6c7

Please sign in to comment.