CMake stuff

I just copy random things into CMakeLists.txt to make it work. I will write it up here so next time i won’t have to struggle with it again. I am very nooby in the C++ world and i don’t really understand CMake so please don’t judge me. The main reason I use it because i need to generate compile-commands.json for clangd, so I can have working autocomplettion in neovim using coc....

February 28, 2021 · 2 min · Me