Implemented textures
This commit is contained in:
9
source/image/CMakeLists.txt
Normal file
9
source/image/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
project(stb_image)
|
||||
|
||||
add_library(${PROJECT_NAME}
|
||||
./src/stb_image.c
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
PUBLIC ./include
|
||||
)
|
||||
Reference in New Issue
Block a user