mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 09:19:41 +00:00
add submodule with current code
This commit is contained in:
parent
78efc31641
commit
24399a45c1
3 changed files with 7 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -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
Submodule
1
extern/shiny
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 51b573fc66ac9a61fe780070692cc600a89f51dd
|
Loading…
Reference in a new issue