George Tattersall
George Tattersall
As suggested in #273 and #355 I currently have this for my clcache in cmake in VS: ``` function(any_target_hook) set(NON_COMPILE_TARGETS INTERFACE IMPORTED UNKNOWN ALIAS) list(FIND NON_COMPILE_TARGETS ${func_ARGV1} found) if(${found} GREATER...
So I am using CMake with VS, to avoid the error described in #342 , I am using this at the top of my CMakeLists.txt `set( ENV{CLCACHE_DIR} C:/clcache_cache )` Which...
Hi all, I've been following PyMesh for a few years now and have noticed the same issue coming up again and again; being unable to build PyMesh on Windows with...
Followed the instructions as they are in the readme.... and on the last step `make tests` I get a seg fault. ```[----------] 9 tests from CarveEngineTest [ RUN ] CarveEngineTest.disjoint_union...
Hi again, I saw in [this issue](https://github.com/ubisoft/Sharpmake/issues/108) Sharpmake doesn't support per-file compiler options except for "very rare cases". I'm wondering if it's possible to set "MGCCompile" for some files, [like...
Following the "QTFileCustomBuild" sample. Are changes to blank.png being tracked? If I were to change some pixels and then build (not rebuild), should those changes reflect in the application? If...
Hi, thanks for the exciting paper! I was wondering if you could explain, or point me in the direction of how you arrived at the following code snippet? It was...
**Version/Branch of Dear ImGui:** Version: 1.64 Branch: master **Back-end/Renderer/Compiler/OS** Back-ends: Custom OpenGL implementation of [this](https://github.com/ocornut/imgui/blob/65f4be1a10932545a29faa54b8619eef7c0fe678/imgui.cpp#L291) (looks identical) Compiler: Ninja 1.10.2 Operating System: Windows (also building for Linux, but I'm on...