mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
add stb_image
This commit is contained in:
@@ -151,6 +151,8 @@ set(SOURCES
|
||||
"imgui/imgui_draw.cpp"
|
||||
"imgui/imgui_widgets.cpp"
|
||||
"imgui/imgui_impl_glfw.cpp"
|
||||
|
||||
"stb/stb_image.c"
|
||||
)
|
||||
|
||||
option(USE_IMGUI_GL3 "Use OpenGL3+ imgui implementation" ON)
|
||||
|
||||
3
stb/stb_image.c
Normal file
3
stb/stb_image.c
Normal file
@@ -0,0 +1,3 @@
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#define STBI_ONLY_JPEG
|
||||
#include "stb/stb_image.h"
|
||||
7547
stb/stb_image.h
Normal file
7547
stb/stb_image.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user