Browse Source

Add needed LSP requirements

master
Riyyi 4 years ago
parent
commit
c54364a714
  1. 1
      .gitignore
  2. 2
      CMakeLists.txt
  3. 1
      compile_commands.json

1
.gitignore vendored

@ -1,5 +1,6 @@
# Directories
.clangd/
build/
# Files

2
CMakeLists.txt

@ -10,6 +10,8 @@ set(GAME "game")
cmake_minimum_required(VERSION 3.1)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Check if the build should include debugging symbols
option(DEBUG "" ON)
if(DEBUG)

1
compile_commands.json

@ -0,0 +1 @@
build/compile_commands.json
Loading…
Cancel
Save