Upload
This commit is contained in:
9
CMakeLists.txt
Executable file
9
CMakeLists.txt
Executable file
@@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
project(stb_image)
|
||||
|
||||
add_library(stb_image)
|
||||
target_sources(stb_image PRIVATE "src/stb_image")
|
||||
target_include_directories(stb_image PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include/")
|
||||
|
||||
|
||||
|
||||
7780
include/stb_image/stb_image.h
Executable file
7780
include/stb_image/stb_image.h
Executable file
File diff suppressed because it is too large
Load Diff
2
src/stb_image.cpp
Executable file
2
src/stb_image.cpp
Executable file
@@ -0,0 +1,2 @@
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include <stb_image/stb_image.h>
|
||||
Reference in New Issue
Block a user