charles-lunarg / vk-bootstrap

Vulkan Bootstrapping Iibrary
MIT License
818 stars 82 forks source link

Enable PIC if BUILD_SHARED_LIBS is on #266

Closed charles-lunarg closed 8 months ago

charles-lunarg commented 8 months ago

While vk-bootstrap is a static library, it needs to have PIC enabled if BUILD_SHARED_LIBS is on so it can work with shared libraries.