Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
bimg: specify visibility of linked libs
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed Jan 31, 2021
1 parent 2664e1f commit e925501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/bimg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ target_include_directories( bimg
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)

# bimg dependencies
target_link_libraries( bimg bx astc-codec astc edtaa3 etc1 etc2 iqa squish nvtt pvrtc )
target_link_libraries( bimg PUBLIC bx PRIVATE astc-codec astc edtaa3 etc1 etc2 iqa squish nvtt pvrtc )

# Put in a "bgfx" folder in Visual Studio
set_target_properties( bimg PROPERTIES FOLDER "bgfx" )

0 comments on commit e925501

Please sign in to comment.