mirror of https://github.com/Chlumsky/msdfgen.git
fix install target for iOS (#125)
This commit is contained in:
parent
0f9c93e686
commit
3e4570f8af
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue