Skip to content

Commit

Permalink
Export compilation database for YCM vim plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp committed Jan 13, 2021
1 parent 5fbeb6e commit dbd752b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cmake-build-debug
cmake-build-release
.idea
build
compile_commands.json
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.13)
project(sequence_sketching)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
find_package(OpenMP REQUIRED)

include_directories(.)
Expand Down

0 comments on commit dbd752b

Please sign in to comment.