Adding CMake configuration for CLion

This commit is contained in:
Pcornat 2022-01-10 22:15:53 +01:00
parent dd72b1cf40
commit a65439a383
Signed by: Pcornat
GPG Key ID: 2F3932FF46D9ECA0
2 changed files with 12 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,4 +1,5 @@
cmake-*
build/
.idea/
!.idea/cmake.xml
!.idea/cmake.xml
.idea/*
imgui.ini

9
.idea/cmake.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CMakeSharedSettings">
<configurations>
<configuration PROFILE_NAME="Debug" ENABLED="true" CONFIG_NAME="Debug" />
<configuration PROFILE_NAME="Release" ENABLED="true" CONFIG_NAME="Release" />
</configurations>
</component>
</project>