Skip to content

Commit

Permalink
Export bimg_encode and bimg_decode
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed Feb 11, 2023
1 parent a0f9288 commit 907dc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 907dc5f

Please sign in to comment.