Compare commits
2 commits
master
...
bugfix/stb
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a61d471451 | ||
![]() |
53ee8d39aa |
14949
extlibs/headers/stb_image/stb_image.h
vendored
14949
extlibs/headers/stb_image/stb_image.h
vendored
File diff suppressed because it is too large
Load diff
3148
extlibs/headers/stb_image/stb_image_write.h
vendored
3148
extlibs/headers/stb_image/stb_image_write.h
vendored
File diff suppressed because it is too large
Load diff
|
@ -117,6 +117,12 @@ elseif(SFML_OS_IOS)
|
|||
target_link_libraries(sfml-graphics PRIVATE z bz2)
|
||||
endif()
|
||||
|
||||
# on newer MSVC versions, inline versions of some C functions are used; for compatibility link this library
|
||||
# see https://docs.microsoft.com/en-us/cpp/porting/overview-of-potential-upgrade-issues-visual-cpp?view=msvc-160#libraries
|
||||
if(SFML_COMPILER_MSVC)
|
||||
target_link_libraries(sfml-graphics PRIVATE legacy_stdio_definitions.lib)
|
||||
endif()
|
||||
|
||||
sfml_find_package(Freetype INCLUDE "FREETYPE_INCLUDE_DIRS" LINK "FREETYPE_LIBRARY")
|
||||
target_link_libraries(sfml-graphics PRIVATE Freetype)
|
||||
|
||||
|
|
Loading…
Reference in a new issue