https://github.com/ashaduri/demo-library-simple
A cmake project that demonstrates how to use static and dynamic libraries in a C++ project.
https://github.com/ashaduri/demo-library-simple
cmake cplusplus cpp demo dll dynamic library shared static
Last synced: 10 months ago
JSON representation
A cmake project that demonstrates how to use static and dynamic libraries in a C++ project.
- Host: GitHub
- URL: https://github.com/ashaduri/demo-library-simple
- Owner: ashaduri
- License: other
- Created: 2021-01-25T12:37:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T12:39:51.000Z (over 5 years ago)
- Last Synced: 2025-04-02T20:04:19.491Z (about 1 year ago)
- Topics: cmake, cplusplus, cpp, demo, dll, dynamic, library, shared, static
- Language: CMake
- Homepage:
- Size: 2.93 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# demo-library-simple
A cmake project that demonstrates how to use static and dynamic libraries in a C++ project.