mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-19 11:16:37 +02:00
update stb (temporarily removes stb_perlin bc of patent)
This commit is contained in:
5
external/stb/CMakeLists.txt
vendored
5
external/stb/CMakeLists.txt
vendored
@ -11,8 +11,9 @@ target_link_libraries(stb_image stb)
|
|||||||
add_library(stb_image_write "stb/stb_image_write.h" "stb_image_write.cpp")
|
add_library(stb_image_write "stb/stb_image_write.h" "stb_image_write.cpp")
|
||||||
target_link_libraries(stb_image_write stb)
|
target_link_libraries(stb_image_write stb)
|
||||||
|
|
||||||
add_library(stb_perlin "stb/stb_perlin.h" "stb_perlin.cpp")
|
# lel TODO: add back in when patent expires
|
||||||
target_link_libraries(stb_perlin stb)
|
#add_library(stb_perlin "stb/stb_perlin.h" "stb_perlin.cpp")
|
||||||
|
#target_link_libraries(stb_perlin stb)
|
||||||
|
|
||||||
add_library(stb_rect_pack "stb/stb_rect_pack.h" "stb_rect_pack.cpp")
|
add_library(stb_rect_pack "stb/stb_rect_pack.h" "stb_rect_pack.cpp")
|
||||||
target_link_libraries(stb_rect_pack stb)
|
target_link_libraries(stb_rect_pack stb)
|
||||||
|
2
external/stb/stb
vendored
2
external/stb/stb
vendored
Submodule external/stb/stb updated: 3a1174060a...af1a5bc352
Reference in New Issue
Block a user