Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madmas/playground
playground project for C/C++ , CMake and more ....
https://github.com/madmas/playground
Last synced: about 2 months ago
JSON representation
playground project for C/C++ , CMake and more ....
- Host: GitHub
- URL: https://github.com/madmas/playground
- Owner: madmas
- Created: 2011-08-08T20:41:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-14T07:40:37.000Z (over 12 years ago)
- Last Synced: 2024-05-02T00:21:22.087Z (9 months ago)
- Language: C++
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Playground project to try some bits and pieces
related to some thigs I've to deal with from time to time ;-)Currently including
* CMake (as the build system)
* C / C++ (static and dynamic libraries)
* using Qt (with CMake)
* use C library within C++ / Qt project
* ....Useful links:
* http://developer.qt.nokia.com/quarterly/view/using_cmake_to_build_qt_projects
*
* http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html