Kodaloid

Still dealing with CMake issues…

So tonight I learnt a lesson about rushing things. Although CMake was set-up and working for the build, there were many situations (like trying to open the folder in Visual Studio) where CMake would just throw a tantrum. I originally learnt how to get CMake working, by reading a blog post at the following URL: […]

Read more

Dealing with CMake Issues.

I decided today to take another look at how the build technique I’ve implemented for the engine is stacking up. Earlier in the project I setup CMake, and made it compile using the i686 – 32bit version of GCC Compiler, which works great in VSCode with the CMake extension, however it doesn’t do so well […]

Read more