mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-19 11:16:37 +02:00
trying to fix some warnings (had side effects)
This commit is contained in:
2
external/stb/CMakeLists.txt
vendored
2
external/stb/CMakeLists.txt
vendored
@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
|
||||
project(stb CXX)
|
||||
|
||||
add_library(stb INTERFACE)
|
||||
target_include_directories(stb INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
target_include_directories(stb SYSTEM INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
||||
add_library(stb_image "stb/stb_image.h" "stb_image.cpp")
|
||||
target_link_libraries(stb_image stb)
|
||||
|
Reference in New Issue
Block a user