https://github.com/miou-zora/helloworldxmakepackage-consummer
Create a simple hello world xmake package. This repository is the consummer of the project.
https://github.com/miou-zora/helloworldxmakepackage-consummer
hello-world package xmake
Last synced: about 1 year ago
JSON representation
Create a simple hello world xmake package. This repository is the consummer of the project.
- Host: GitHub
- URL: https://github.com/miou-zora/helloworldxmakepackage-consummer
- Owner: Miou-zora
- Created: 2024-11-08T09:50:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T07:23:34.000Z (over 1 year ago)
- Last Synced: 2025-01-31T11:27:43.846Z (over 1 year ago)
- Topics: hello-world, package, xmake
- Language: Lua
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello World Xmake Package - Consummer
## 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.