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
59d05200
Commit
59d05200
authored
Dec 06, 2022
by
lvzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add thirdparty: Limbo
parent
c5fef678
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
CMakeLists.txt
+1
-0
pkgs
+1
-1
src/CMakeLists.txt
+1
-1
src/thirdparty/Limbo
+1
-1
No files found.
CMakeLists.txt
View file @
59d05200
...
...
@@ -57,6 +57,7 @@ include_directories(
${
CMAKE_SOURCE_DIR
}
/pkgs
${
CMAKE_SOURCE_DIR
}
/pkgs/include
${
CMAKE_SOURCE_DIR
}
/pkgs/boost_1_78_0
${
CMAKE_SOURCE_DIR
}
/src/thirdparty/Limbo
)
add_subdirectory
(
src
)
pkgs
@
349d19ff
Subproject commit
ee5eb90b8f8324d73612bed4da5e77c93fe3ad97
Subproject commit
349d19ffd130ecb85547e7a55cc914b01e63cc69
src/CMakeLists.txt
View file @
59d05200
...
...
@@ -90,5 +90,5 @@ add_subdirectory(main)
add_subdirectory
(
utl
)
add_subdirectory
(
odb
)
add_subdirectory
(
db_mgr
)
#
add_subdirectory(thirdparty)
add_subdirectory
(
thirdparty
)
Limbo
@
a2a73981
Subproject commit
ee54df156e9c536125184da358f54bf381b4b107
Subproject commit
a2a73981f46bf7bc34222d4253584315aca5b0bb
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