JBenda / inkcpp

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

Difficult distribution structure for non-Unreal install #40

Closed LilithSilver closed 2 years ago

LilithSilver commented 2 years ago

When running cmake --install . --prefix Path/To/Desired/Library/Directory, it creates a structure intended to be used without Unreal. However, this has some issues:

There are workarounds that I've added to the README, so it's not urgent, but it would probably be a good idea to set up this as a separate config at some point!

JBenda commented 2 years ago

Thanks for the investigation, I will take a look at this, this weekend

JBenda commented 2 years ago

Yea, somehow the pure component is not any longer in the CMake files, I will soon open a PR, then you can try it again ^^

I would propose the following components:

unreal: do the unreal installation stuff library: a clean include and lib folder cl: only the binary

Does this sound reasonable?

LilithSilver commented 2 years ago

Yes, that sounds exactly right. Thank you for looking into this!

JBenda commented 2 years ago

@LilithSilver feel free to check out #43, the according documentation can be found at https://github.com/brwarner/inkcpp/wiki/building

LilithSilver commented 2 years ago

Closing since #43 was merged!