Closed syntheticmagus closed 5 years ago
Because Arcana's UWP offerings aren't header-only
@syntheticmagus If memory serves, it shouldn't be too much work to make it header-only, which would also make it considerably more portable and easy to consume.
@ryantrem That makes sense, I'm just not sure quite yet that we want to go down that road. We should probably convert the existing code to be header-only -- I'll open an issue for that -- but even after that we may add additional non-header-only capabilities, or we might need a CMakeLists.txt if we want to make the tests cross-plat. It's pretty easy to consume through CMake, too, though certainly not as easy as a truly header-only library.
First CMake build file, necessary for UWP support because Arcana's UWP offerings aren't header-only.