From 907dc5fbd70f891ef6f465a0b778a6e0757c40f4 Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Thu, 9 Feb 2023 20:12:17 -0500 Subject: [PATCH] Export bimg_encode and bimg_decode --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09d01b2..aee0228 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}"