https://github.com/landiluigi746/pdcurses-premake
Premake5 project for the PDCurses library
https://github.com/landiluigi746/pdcurses-premake
c c-library pdcurses premake5 visual-studio
Last synced: about 2 months ago
JSON representation
Premake5 project for the PDCurses library
- Host: GitHub
- URL: https://github.com/landiluigi746/pdcurses-premake
- Owner: landiluigi746
- License: mit
- Created: 2024-08-04T14:55:27.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-08-04T15:14:40.000Z (9 months ago)
- Last Synced: 2025-01-18T10:22:37.538Z (4 months ago)
- Topics: c, c-library, pdcurses, premake5, visual-studio
- Language: C
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdcurses-premake
This is a premake5 project for the [PDCurses library](https://github.com/wmcbrine/PDCurses) for Windows, intended to be used to generate a Visual Studio project. Adapted from [PDCurses Visual Studio](https://github.com/rbergen/PDCurses).
## Usage
Simply include the project in your premake5.lua workspace file, link the project and add include directories in your other projects' premake5.lua.