CMakeLists.txt: add cimconfig.h to #undef NDEBUG even in release mode https://github.com/ocornut/imgui/issues/8078

This commit is contained in:
sonoro1234
2024-10-21 09:59:59 +02:00
parent 7640b00d27
commit fdd07821bb
6 changed files with 6 additions and 0 deletions

1
cimconfig.h Normal file
View File

@@ -0,0 +1 @@
#undef NDEBUG