Working on a C++ project.
Expectations: Writing header files, implementing functions, perhaps adding optimizations :cpp_language:
Reality: Spent 4 hours on CMakeLists.txt :blobcatgoogly:
Working on a C++ project. Expectations: Writing header files, implementing functions, perhaps adding optimizations :cpp_language: Reality: Spent 4 hours on CMakeLists.txt :blobcatgoogly: 4 comments
@simontoth I wish, but it's a university homework project with pre-supplied CMake config, and I don't think they'll be happy if I switch it out for a completely different thing :D I'd just use Makefile ngl 😂 |
On the flip side: I am having a lot of fun with various #Boost libraries. While adding some weight to the end executable, they're such a pleasure to work with!