Skip to content

Commit

Permalink
Revert "Add tutorial and user doc. (#4)"
Browse files Browse the repository at this point in the history
This reverts commit d192a75.
  • Loading branch information
JiayuZzz committed Aug 10, 2021
1 parent d192a75 commit d72cd14
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 686 deletions.
8 changes: 0 additions & 8 deletions .gitignore
@@ -1,11 +1,3 @@
build/
.idea/
cmake-build-*
.vscode/
/.vs
/doc/impl_doc_cn.md
/doc/impl_doc.md
/doc/images
# Prerequisites
*.d

Expand Down
7 changes: 0 additions & 7 deletions CMakeLists.txt
Expand Up @@ -46,11 +46,4 @@ if (BUILD_TESTING)
add_subdirectory(extern/gtest)
add_executable(dbtest ${TEST_SOURCES})
target_link_libraries(dbtest PUBLIC engine gtest gmock gtest_main)
endif ()

option(BUILD_TUTORIAL "Build the tutorial" ON)
if (BUILD_TUTORIAL)
set(TUTORIAL_SOURCES examples/tutorial.cpp)
add_executable(dbtutorial ${TUTORIAL_SOURCES})
target_link_libraries(dbtutorial PUBLIC engine)
endif ()

0 comments on commit d72cd14

Please sign in to comment.