Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 431 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 431 Bytes

cppfront-xmake

Simple demonstration of Herb Sutter cppfront https://github.com/hsutter/cppfront use with XMake

How to use

# install XMake and a C++20 compiler
> git clone https://github.com/TapzCrew/cppfront-xmake.git
> cd cppfront-xmake
> xmake # to build
> xmake run # to run the executable

image