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.
- Host: GitHub
- URL: https://github.com/miou-zora/helloworldxmakepackage-lib
- Owner: Miou-zora
- Created: 2024-11-07T12:15:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T07:23:09.000Z (5 months ago)
- Last Synced: 2025-01-31T11:27:43.823Z (3 months ago)
- Topics: hello-world, package, xmake
- Language: Lua
- Homepage:
- Size: 4.88 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 - 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.