how-to-export-cpp-library
Library export template
A C++ library template for exporting and distributing libraries in an OS-agnostic manner
An OS-agnostic C++ library template in plain CMake.
364 stars
25 watching
54 forks
Language: CMake
last commit: almost 4 years ago
Linked from 1 awesome list
cmakecmake-examplescmake-template
Related projects:
Repository | Description | Stars |
---|---|---|
joshpeterson/cpp-template | A C++ project template with tools and infrastructure for building and testing C++ codebases | 51 |
cpp-best-practices/cmake_template | C++ project template providing a set of best practices and tools for building and testing C++ applications | 1,138 |
utilforever/cpp-oss-template | A C++ template project providing a basic structure for building open source software projects. | 14 |
bsamseth/cpp-project | A template for building and testing C++ projects with automated testing and reporting features. | 600 |
filipdutescu/modern-cpp-template | A C++ project template that provides a basic structure and configuration for modern CMake projects with various features such as static analysis, unit testing, and continuous integration. | 1,730 |
getml/reflect-cpp | A C++ library for fast serialization and validation using reflection | 1,126 |
acdemiralp/cmake_templates | Templates for creating C++ projects with cmake. | 128 |
arnavb/cpp14-project-template | A template for creating cross-platform C++14 projects with continuous integration and automated testing | 65 |
ruslo/cgold | A comprehensive guide to building and managing C++ projects using the CMake build system. | 525 |
lectem/cpp-boilerplate | A C++ template with modern CMake setup and basic project infrastructure | 313 |
robloach/raylib-cpp | A C++ wrapper around raylib, providing object-oriented interfaces to its API. | 664 |
cpp-netlib/uri | A C++ library that provides a generic URI parser and builder with features for parsing, encoding, and comparing URIs. | 139 |
microsoft/arcana.cpp | A collection of utility code for low-overhead, cross-platform task-based asynchrony in C++ | 78 |
pytorch/extension-cpp | Enables the creation of custom C++ extensions with CUDA support in PyTorch | 1,017 |
philip82148/cpp-dump | A debugging library that prints variables of any type in a human-readable format | 301 |