Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
MiniEDA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
MiniEDA
Commits
4c14da4b
Commit
4c14da4b
authored
Dec 06, 2022
by
lvzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move pkgs into submodule
parent
705cc2ad
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
0 deletions
+7
-0
.gitignore
+1
-0
.gitmodules
+3
-0
src/CMakeLists.txt
+1
-0
src/thirdparty/CMakeLists.txt
+1
-0
src/thirdparty/Limbo
+1
-0
No files found.
.gitignore
View file @
4c14da4b
build
install
pkgs
.gitmodules
0 → 100644
View file @
4c14da4b
[submodule "src/thirdparty/Limbo"]
path = src/thirdparty/Limbo
url = http://62.234.201.16/lvzhengyang/Limbo.git
src/CMakeLists.txt
View file @
4c14da4b
...
...
@@ -90,4 +90,5 @@ add_subdirectory(main)
add_subdirectory
(
utl
)
add_subdirectory
(
odb
)
add_subdirectory
(
db_mgr
)
add_subdirectory
(
thirdparty
)
src/thirdparty/CMakeLists.txt
0 → 100644
View file @
4c14da4b
add_subdirectory
(
Limbo
)
Limbo
@
ee54df15
Subproject commit ee54df156e9c536125184da358f54bf381b4b107
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment