Add needed LSP requirements

This commit is contained in:
Riyyi
2019-12-25 00:51:08 +01:00
parent 5933ed96f3
commit c54364a714
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
# Directories # Directories
.clangd/
build/ build/
# Files # Files
+2
View File
@@ -10,6 +10,8 @@ set(GAME "game")
cmake_minimum_required(VERSION 3.1) cmake_minimum_required(VERSION 3.1)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Check if the build should include debugging symbols # Check if the build should include debugging symbols
option(DEBUG "" ON) option(DEBUG "" ON)
if(DEBUG) if(DEBUG)
+1
View File
@@ -0,0 +1 @@
build/compile_commands.json