KStocky / ShaderTestFramework

An automation testing framework for testing shader code
MIT License
20 stars 1 forks source link

Any Change to a CMakeLists.txt causes a full rebuild of the project #44

Closed KStocky closed 5 months ago

KStocky commented 5 months ago

Describe the bug A change to any cmakelists.txt will cause a full rebuild when it is not necessary

To Reproduce Make a small change in one of the example targets, then run `cmake --build .' and notice that he will rebuild every other project in the solution.

Expected behavior I would expect the build system to only build the necessary projects after a change to the cmakelists.txt

Additional context Add any other context about the problem here.