An open API service indexing awesome lists of open source software.

https://github.com/miou-zora/helloworldxmakepackage-lib

Create a simple hello world xmake package. This repository is the library of the project.
https://github.com/miou-zora/helloworldxmakepackage-lib

hello-world package xmake

Last synced: 28 days ago
JSON representation

Create a simple hello world xmake package. This repository is the library of the project.

Awesome Lists containing this project

README

        

# Hello World Xmake Package - Library

## Project Context

This project is an hello world to create a xmake package. It contains 3 repositories:
- [Library](https://github.com/Miou-zora/HelloWorldXmakePackage-Lib): This repository contains the library to be packaged. It is a xmake static library project which contains a foo function.
- [Package](https://github.com/Miou-zora/HelloWorldXmakePackage-Package): This repository act as a packager. It allows to use the library as a package for other projects.
- [Consummer](https://github.com/Miou-zora/HelloWorldXmakePackage-Consummer): This repository is a consummer of the package. It uses the packager to pull library project and use it.