if I have a build folder where I enabled tests (wi...
# core
c
if I have a build folder where I enabled tests (windows cmake), is there a way to rebuild without building tests? I’m thinking for now I’m going to have 2 separate build folders - one with tests and one without. The issue is that recompiling with tests takes roughly 5 minutes every time even for single file changes.