preshing /
CMakeDemo
An example cross-platform CMake-based project using SDL2 and OpenGL
41/100 healthLoading repository data…
SiegeLord / repository
An example project showing usage of CMake with Rust
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
An example of using CMake with Rust.
Try it!
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/tmp
make -j
make test -j
make doc -j
make install
cd examples
./example1
./example2
License:
The example files are released into the public domain, and the CMake modules are licensed under the zlib license (see file contents).
Selected from shared topics, language and repository description—not editorial ratings.
preshing /
An example cross-platform CMake-based project using SDL2 and OpenGL
41/100 healthLearningByExample /
This is an example of doing a Modern C++ project with CI
73/100 healthrvarago /
CMake template for an example project composed of executable and library
61/100 healthtttapa /
C/C++ cross-compilation toolchain for Raspberry Pi, cross-compilation of OpenCV and other libraries, and an example C++ project.
41/100 healthmatusnovak /
This is an example project using mebedded python in C++ console application using CMake
25/100 healthAn example CMake project for STM32 devices. It contains the most thoroughly commented embedded CMakeLists file
69/100 health