Skip to content

Personal toolkit/toolset for C++, CMake, Catch2, Conan and more

License

Notifications You must be signed in to change notification settings

hugomarquez/cpp-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is my personal toolkit/toolset of C++ software development environment. It is a WIP, but the idea is to just link to the required lib for fast prototyping. Having a structured skeleton project integrated with cmake, conan, catch2, spdlog and sdl.

Conan notes

If you are using GCC compiler >= 5.1, Conan will set the compiler.libcxx to the old ABI for backwards compatibility. You can change this with the following commands:

$ conan profile new default --detect  # Generates default profile detecting GCC and sets old ABI
$ conan profile update settings.compiler.libcxx=libstdc++11 default  # Sets libcxx to C++11 ABI

Resources

Assets

The assests folder contains spritelib from ari@widgetworx

About

Personal toolkit/toolset for C++, CMake, Catch2, Conan and more

Resources

License

Stars

Watchers

Forks