add submodule with current code

actorid
scrawl 12 years ago
parent 78efc31641
commit 24399a45c1

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "extern/shiny"]
path = extern/shiny
url = git@github.com:scrawl/shiny.git

@ -432,6 +432,9 @@ if(WIN32)
include(CPack)
endif(WIN32)
# Extern
add_subdirectory (extern/shiny)
# Components
add_subdirectory (components)

1
extern/shiny vendored

@ -0,0 +1 @@
Subproject commit 51b573fc66ac9a61fe780070692cc600a89f51dd
Loading…
Cancel
Save