NovelRT icon indicating copy to clipboard operation
NovelRT copied to clipboard

Test install targets for NovelRT

Open RubyNova opened this issue 2 years ago • 2 comments

Given our move to FetchContent-driven dependencies we need to make sure installed copies of the engine still work.

RubyNova avatar Jun 11 '22 01:06 RubyNova

I'll take this since the SDK is dependent on it.

capnkenny avatar Jun 12 '22 02:06 capnkenny

Based on what we currently have, it appears that although we can install, our installation is becoming slightly... fragmented? Basically if we include NovelRT.cmake, we need to make sure that all the other deps being referenced are being found and included, even though we're already providing them (so we need to include the other installed files like fabulist.cmake, ZLIB.cmake, etc).

@FiniteReality - any suggestions here? Or do you believe this is par for the course? (The idea here was that if not building by source, we could provide the dependencies to link against + respective headers)

capnkenny avatar Jun 20 '22 04:06 capnkenny