Skip to content

Commit ef9fedc

Browse files
authored
Merge pull request #12 from emrekovanci:develop
Develop
2 parents a6a371c + 0d5ca0c commit ef9fedc

File tree

5 files changed

+2
-9
lines changed

5 files changed

+2
-9
lines changed

.clangd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ InlayHints:
1818
TypeNameLimit: 24
1919

2020
Hover:
21-
ShowAKA: Yes
21+
ShowAKA: No
2222

2323
Diagnostics:
2424
UnusedIncludes: Strict

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ project(
1111
LANGUAGES CXX
1212
)
1313

14+
include(GNUInstallDirs)
1415
include(cmake/CompilerWarnings.cmake)
1516
include(cmake/LinkerFlags.cmake)
1617

cmake/Platform/Linux/CMakePresets.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"configurePresets": [
1212
{
1313
"name": "linux-ninja-gcc",
14-
"displayName": "Linux Ninja Generator + GCC",
1514
"description": "Configure Linux to use the Ninja generator and the GCC compiler",
1615
"binaryDir": "${sourceDir}/build/linux_ninja_gcc",
1716
"inherits": [
@@ -24,7 +23,6 @@
2423
},
2524
{
2625
"name": "linux-ninja-clang",
27-
"displayName": "Linux Ninja Generator + Clang++",
2826
"description": "Configure Linux to use the Ninja generator and the Clang++ compiler",
2927
"binaryDir": "${sourceDir}/build/linux_ninja_clang",
3028
"inherits": [

cmake/Platform/Mac/CMakePresets.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"configurePresets": [
1212
{
1313
"name": "mac-ninja-clang",
14-
"displayName": "Mac Ninja Generator + Clang++",
1514
"description": "Configure Mac to use the Ninja generator and the Clang++ compiler",
1615
"binaryDir": "${sourceDir}/build/mac_ninja_clang",
1716
"inherits": [
@@ -24,7 +23,6 @@
2423
},
2524
{
2625
"name": "mac-xcode-clang",
27-
"displayName": "Mac Xcode Generator + Clang++",
2826
"description": "Configure Mac to use the Xcode generator and the Clang++ compiler",
2927
"binaryDir": "${sourceDir}/build/mac_xcode_clang",
3028
"inherits": [

cmake/Platform/Windows/CMakePresets.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"configurePresets": [
1212
{
1313
"name": "windows-vs2022",
14-
"displayName": "Windows Visual Studio 2022 Generator + MSVC",
1514
"description": "Configure Windows to use the VS2022 generator",
1615
"binaryDir": "${sourceDir}/build/windows_vs2022_msvc",
1716
"inherits": [
@@ -32,7 +31,6 @@
3231
},
3332
{
3433
"name": "windows-vs2022-clangcl",
35-
"displayName": "Windows Visual Studio 2022 Generator + ClangCL",
3634
"description": "Configure Windows to use the VS2022 generator and the ClangCL compiler",
3735
"binaryDir": "${sourceDir}/build/windows_vs2022_clangcl",
3836
"inherits": [
@@ -53,7 +51,6 @@
5351
},
5452
{
5553
"name": "windows-ninja",
56-
"displayName": "Windows Ninja Generator + MSVC",
5754
"description": "Configure Windows using the Ninja generator",
5855
"binaryDir": "${sourceDir}/build/windows_ninja_msvc",
5956
"inherits": [
@@ -74,7 +71,6 @@
7471
},
7572
{
7673
"name": "windows-ninja-clangcl",
77-
"displayName": "Windows Ninja Generator + ClangCL",
7874
"description": "Configure Windows using the Ninja generator and the ClangCL compiler",
7975
"binaryDir": "${sourceDir}/build/windows_ninja_clangcl",
8076
"inherits": [

0 commit comments

Comments
 (0)