mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-12-04 19:23:28 +01:00
add more stb
This commit is contained in:
parent
98e9ae936c
commit
07df333e3e
6
external/stb/CMakeLists.txt
vendored
6
external/stb/CMakeLists.txt
vendored
@ -8,6 +8,12 @@ target_include_directories(stb INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
add_library(stb_image "stb/stb_image.h" "stb_image.cpp")
|
||||
target_link_libraries(stb_image stb)
|
||||
|
||||
add_library(stb_image_write "stb/stb_image_write.h" "stb_image_write.cpp")
|
||||
target_link_libraries(stb_image_write 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")
|
||||
target_link_libraries(stb_rect_pack stb)
|
||||
|
||||
|
3
external/stb/stb_image_write.cpp
vendored
Normal file
3
external/stb/stb_image_write.cpp
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||||
#include "stb/stb_image_write.h"
|
||||
|
3
external/stb/stb_rect_pack.cpp
vendored
Normal file
3
external/stb/stb_rect_pack.cpp
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
#define STB_RECT_PACK_IMPLEMENTATION
|
||||
#include "stb/stb_rect_pack.h"
|
||||
|
Loading…
Reference in New Issue
Block a user