zen
cmake-init
zen | cmake-init | |
---|---|---|
2 | 165 | |
- | 2,064 | |
- | - | |
- | 7.5 | |
- | 3 months ago | |
CMake | ||
- | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
zen
- UE5 Storage Server
-
Why is it that package managers are unnecessarily hard?
Btw, some US company already use xmake (see https://github.com/EpicGames/zen for example - need to be part of Epic Games org to see it).
cmake-init
- CMake-init – The missing CMake project initializer
-
CMake install schema for single- and multi-config generators
https://github.com/friendlyanon/cmake-init This is how you do CMake properly. If you deviate from its install rules you are highly likely to do something wrong.
-
cgen: another declarative CMake configuration generator
CMake itself is as declarative as a build systems need to be. For anything nontrivial, these "declarative" solutions all fall apart. Just use https://github.com/friendlyanon/cmake-init, learn CMake and you won't have any issues.
-
How does one actually build a C++ project
If you want something with a (mostly) Just Works experience then just use https://github.com/friendlyanon/cmake-init
- CMakeList.txt, add_executable vs. add_library vs. target_link_libraries vs. target_link_directories
- Check out my tasks.json for C++ of VScode
- Clang++ Halp
-
Putting libraries in program folder
For CMake basics check out the official "Getting started" tutorial: https://cmake.org/cmake/help/latest/guide/tutorial/index.html, as well as Introduction to Modern CMake. You can also get inspired by the CMake project generator cmake-init
- Recourses to help understand libraries/projects and setting them up?
-
How to Create a Modern C Project with CMake and Conan
You can just use https://github.com/friendlyanon/cmake-init to get a CMake + Conan C project ready to go with a short little command: cmake-init --c -e -p conan coolio
What are some alternatives?
cpp-vcpkg-starter - A template C++ CMake vcpkg project
meson - The Meson Build System
meta-conan - Yocto layer for the Conan project
w64devkit - Portable C and C++ Development Kit for x64 (and x86) Windows
vcpkg-sdl2-report
xmake - 🔥 A cross-platform build utility based on Lua
ShaderLang - NZSL (Nazara Shading Language) repository - A shader language inspired by Rust and C++ which compiles to GLSL or SPIRV (without any additional dependency)
fastbuild - High performance build system for Windows, OSX and Linux. Supporting caching, network distribution and more.
{fmt} - A modern formatting library
ModernCppStarter - 🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
Kalman - Kalman Filter
llvm-mingw - An LLVM/Clang/LLD based mingw-w64 toolchain