Closed onurbingol closed 3 months ago
Thanks for those nice words! BTW: after this template, I made SMK, that you might find useful.
Yes. It was written 9 years ago, which explain why some parts feels olds.
Happy to merge a PR if you want to make one.
Hey @ArthurSonzogni,
Nice work on getting all these together. I appreciate it. I also have several personal templates like this, but my observation is that after some time, they become hard to maintain. Github just suggested your repository, and had a chance to browse the files. If it is not a problem for you, I'd like to make some suggestions:
git
extensions likesubmodules
,lfs
a bit confusing to use. Since you made a CMake skeleton, it feels like it might be a good idea to use more CMake-native methods:FetchContent
orExternalProject
are perfectly suitable and good replacements forgit-submodule
.CMAKE_TOOLCHAIN_FILE
variable, which could also be added to the top ofCMakeLists.txt
. It is a nice alternative, works on multiple platforms, too.Thanks again for your work!