fix install target for iOS

This commit is contained in:
SpaceIm 2021-07-05 18:04:03 +02:00
parent 0f9c93e686
commit 4ab885177c
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ if(MSDFGEN_INSTALL)
)
if(MSDFGEN_BUILD_MSDFGEN_STANDALONE)
install(TARGETS msdfgen-standalone EXPORT msdfgenTargets RUNTIME DESTINATION bin)
install(TARGETS msdfgen-standalone EXPORT msdfgenTargets DESTINATION bin)
endif()
install(