mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Remove submodule dbmgr. Now it should be located in the folder near this project.
This commit is contained in:
parent
b5ad31087d
commit
a83689ccf3
3 changed files with 2 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +0,0 @@
|
|||
[submodule "dep/dbmgr"]
|
||||
path = dep/dbmgr
|
||||
url = https://github.com/aimrebirth/DatabaseManager.git
|
||||
|
|
@ -21,8 +21,8 @@ else()
|
|||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++11")
|
||||
endif(MSVC)
|
||||
|
||||
include_directories(dep/dbmgr/include)
|
||||
add_subdirectory(dep/dbmgr)
|
||||
include_directories(../DatabaseManager/include)
|
||||
add_subdirectory(../DatabaseManager DatabaseManager)
|
||||
set_target_properties(sqlite3 PROPERTIES FOLDER Extern)
|
||||
set_target_properties(DatabaseManager PROPERTIES FOLDER Extern)
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit a2768a05d85958cb52de967a1ef2ea20d9bba309
|
||||
Loading…
Reference in a new issue