DanDucky

Results 3 issues of DanDucky

When my IDE (CLion) re-runs the cmake build command on my cmake-build-debug config, it fails with the following errors: ``` CMake Error in cmake-build-debug/_deps/botcraft-src/CMakeLists.txt: IMPORTED_LOCATION not set for imported target...

fixed but not released

Something about the initialization order here broke compilation for newer gcc versions. Just decided to move the variable up above everything else. This fixes https://github.com/soasis/idk/issues/15#issue-3261331975 for me.

I cannot get this repository to build on my system with gcc c++23 c23 (I also can't get it to build with any other configuration of standards under gcc). **It...