KhronosGroup / SPIRV-Reflect

SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.
Apache License 2.0
672 stars 147 forks source link

cmake: Add 'ARCHIVE DESTINATION' for static library target #270

Closed fabian-lunarg closed 2 months ago

fabian-lunarg commented 2 months ago

trying to compile as static lib, using android and older cmake 3.10 we ran into this error:

SPIRV-Reflect/CMakeLists.txt:116 (install):
        install TARGETS given no ARCHIVE DESTINATION for static library target
        "spirv-reflect-static".
CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

fabian-lunarg commented 2 months ago

thank you @cassiebeckley!