Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
GlimmerBase
DataBaseContest
Commits
6d4c81ec
Commit
6d4c81ec
authored
11 months ago
by
liamy
Browse files
Options
Download
Patches
Plain Diff
add cmakelists
parent
de063da5
No related merge requests found
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+1
-0
.gitignore
CMakeLists.txt
+18
-0
CMakeLists.txt
deps/CMakeLists.txt
+1
-0
deps/CMakeLists.txt
deps/googletest/CMakeLists.txt
+34
-0
deps/googletest/CMakeLists.txt
deps/googletest/googlemock/CMakeLists.txt
+215
-0
deps/googletest/googlemock/CMakeLists.txt
deps/googletest/googletest/CMakeLists.txt
+322
-0
deps/googletest/googletest/CMakeLists.txt
rmdb_client/CMakeLists.txt
+11
-0
rmdb_client/CMakeLists.txt
src/CMakeLists.txt
+25
-0
src/CMakeLists.txt
src/analyze/CMakeLists.txt
+3
-0
src/analyze/CMakeLists.txt
src/common/CMakeLists.txt
+3
-0
src/common/CMakeLists.txt
src/execution/CMakeLists.txt
+4
-0
src/execution/CMakeLists.txt
src/index/CMakeLists.txt
+3
-0
src/index/CMakeLists.txt
src/optimizer/CMakeLists.txt
+2
-0
src/optimizer/CMakeLists.txt
src/parser/CMakeLists.txt
+15
-0
src/parser/CMakeLists.txt
src/record/CMakeLists.txt
+4
-0
src/record/CMakeLists.txt
src/recovery/CMakeLists.txt
+4
-0
src/recovery/CMakeLists.txt
src/replacer/CMakeLists.txt
+2
-0
src/replacer/CMakeLists.txt
src/storage/CMakeLists.txt
+7
-0
src/storage/CMakeLists.txt
src/system/CMakeLists.txt
+3
-0
src/system/CMakeLists.txt
src/test/CMakeLists.txt
+0
-0
src/test/CMakeLists.txt
with
677 additions
and
0 deletions
+677
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets