Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Add a Mason Build Script #2

Open
plasmarad opened this issue Dec 29, 2022 · 0 comments
Open

Add a Mason Build Script #2

plasmarad opened this issue Dec 29, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@plasmarad
Copy link
Collaborator

create a simple (doesn't have to be) Mason build script for the project.

current compile command is:
cd core
g++ ./**.cpp ./**/**.cpp -std=c++2a -lcurl -lzip -I.

  • Needs to compile all c++ files inside of the core directory
  • Needs to use C++20 standard
  • Needs to link libcurl (curl) and libzip (zip)
  • Needs to set include path to core
  • Needs to dump all build contents to a Build directory in core (core/Build)
@plasmarad plasmarad added the enhancement New feature or request label Dec 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant