CMake Fun
Slow day today. I had to catch up on some chores and other stuff around the house before jujutsu practice but I managed to find some time to get some work in. I spent some time designing the clock/status widget and conceptualizing the implementation of some of the features. Most of the time was spent working on CMakeLists.txt files trying to figure out how to build the library along with Parsek so I can debug both at the same time. I managed to get it working but it was poorly organized and had all the source files in the same directory. It took me a while to get the library and Parsek organized in separate folders and able to find each other. As surprisingly easy CMake is once you figure out the syntax, it is pretty difficult to find good tutorials or examples online. That’s all for now, more to come later.