All Projects → bast → Cmake Example

bast / Cmake Example

Licence: bsd-3-clause
Example project which demonstrates various CMake features.

Labels

Projects that are alternatives of or similar to Cmake Example

Griefly
Griefly: Yet Another Space Station Remake
Stars: ✭ 121 (-7.63%)
Mutual labels:  cmake
Chip8cpp
Chip-8 Emulator in C++
Stars: ✭ 125 (-4.58%)
Mutual labels:  cmake
Warzone2100
Command the forces of The Project in a battle to rebuild the world after mankind has been nearly destroyed by nuclear missiles. A 100% free and open source real-time strategy game for Windows, macOS, Linux, BSD+
Stars: ✭ 2,094 (+1498.47%)
Mutual labels:  cmake
Shiyanlou
学习C & C++ & python&汇编语言 LLVM编译器 数据结构 算法 操作系统 单片机 linux 面试
Stars: ✭ 1,909 (+1357.25%)
Mutual labels:  cmake
Arduino Cmake Ng
CMake-Based framework for Arduino platforms
Stars: ✭ 123 (-6.11%)
Mutual labels:  cmake
Openage
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
Stars: ✭ 10,712 (+8077.1%)
Mutual labels:  cmake
Opengl cmake skeleton
❤️ A ready to use cmake skeleton using GLFW, Glew and glm. 👍
Stars: ✭ 118 (-9.92%)
Mutual labels:  cmake
Limited Systems
Limited Systems
Stars: ✭ 132 (+0.76%)
Mutual labels:  cmake
Core
parallel finite element unstructured meshes
Stars: ✭ 124 (-5.34%)
Mutual labels:  cmake
Ffmpeg Development Kit
Stars: ✭ 127 (-3.05%)
Mutual labels:  cmake
Sffmpeg
Full-featured static FFmpeg build helper
Stars: ✭ 122 (-6.87%)
Mutual labels:  cmake
More Modern Cmake
Contains the slides and examples for my "More Modern CMake" and "Oh No! More Modern CMake" talks from "Meeting C++" 2018 and 2019
Stars: ✭ 123 (-6.11%)
Mutual labels:  cmake
Opencv4androidwithcmake
Use Android Studio 3.0 (>=2.2) and Cmake Toolchain to make your Android device fly with Opencv (OpenCV 3.40)
Stars: ✭ 126 (-3.82%)
Mutual labels:  cmake
Llvm Pass Tutorial
A step-by-step tutorial for building an LLVM sample pass
Stars: ✭ 122 (-6.87%)
Mutual labels:  cmake
F4mp
Stars: ✭ 130 (-0.76%)
Mutual labels:  cmake
Gr Tpms
Tire Pressure Monitor tools for GNU Radio
Stars: ✭ 118 (-9.92%)
Mutual labels:  cmake
Ros Travis Integration
ROS package continuous integration using travis-CI
Stars: ✭ 125 (-4.58%)
Mutual labels:  cmake
Racecar gazebo
A gazebo-based simulator of the MIT Racecar.
Stars: ✭ 130 (-0.76%)
Mutual labels:  cmake
Example Cpp11 Cmake
Stars: ✭ 129 (-1.53%)
Mutual labels:  cmake
Cmake
A set of cmake modules to assist in building code
Stars: ✭ 127 (-3.05%)
Mutual labels:  cmake

License

CMake example

Example project which demonstrates various CMake features.

How to build this demo

cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX:PATH=/tmp/foo
cd build
cmake --build .
ctest
cmake --build . --target install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].