Adding CMake configuration for CLion
This commit is contained in:
parent
dd72b1cf40
commit
a65439a383
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
cmake-*
|
||||
build/
|
||||
.idea/
|
||||
!.idea/cmake.xml
|
||||
!.idea/cmake.xml
|
||||
.idea/*
|
||||
imgui.ini
|
9
.idea/cmake.xml
Normal file
9
.idea/cmake.xml
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…
Reference in New Issue
Block a user