Adding CMake configuration for CLion
This commit is contained in:
parent
dd72b1cf40
commit
a65439a383
2 changed files with 12 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
cmake-*
|
cmake-*
|
||||||
build/
|
build/
|
||||||
.idea/
|
!.idea/cmake.xml
|
||||||
!.idea/cmake.xml
|
.idea/*
|
||||||
|
imgui.ini
|
9
.idea/cmake.xml
generated
Normal file
9
.idea/cmake.xml
generated
Normal 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>
|
Loading…
Add table
Reference in a new issue