Add needed LSP requirements
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Directories
|
||||
|
||||
.clangd/
|
||||
build/
|
||||
|
||||
# Files
|
||||
|
||||
@@ -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)
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
build/compile_commands.json
|
||||
Reference in New Issue
Block a user