Export bimg_encode and bimg_decode

This commit is contained in:
Sandy Carter
2023-02-09 20:12:17 -05:00
committed by Sandy
parent a0f928864f
commit 907dc5fbd7

View File

@@ -169,7 +169,7 @@ if(BGFX_INSTALL)
)
if(NOT BGFX_LIBRARY_TYPE MATCHES "SHARED")
install(
TARGETS bimg bx
TARGETS bx bimg bimg_encode bimg_decode
EXPORT "${TARGETS_EXPORT_NAME}"
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"