JBenda / inkcpp

Inkle Ink C++ Runtime with JSON>Binary Compiler
MIT License
70 stars 13 forks source link

Enhancet Build system with CMake #43

Closed JBenda closed 2 years ago

JBenda commented 2 years ago

Add different components to allow clean installs, also adds support for cpack and cmake find_package

Description https://github.com/brwarner/inkcpp/wiki/building

inspired from issue #40

LilithSilver commented 2 years ago

Hi! Finally taking a look at this. I'm only testing the lib component on Windows since I don't have Unreal.

It looks good, and I got it running with some modifications. Some notes:

It's looking way better! Thank you for your help on this!

JBenda commented 2 years ago

Thank you for the feedback ^^