More windows build fixes
This commit is contained in:
parent
b7a01a4e54
commit
d11a26cd27
@ -109,16 +109,7 @@ endif()
|
||||
|
||||
# Find stb_image
|
||||
|
||||
find_path(stb_image_INCLUDE_DIR include/stb_image.h
|
||||
HINTS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include/stb
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/lib
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
"/usr/include/stb"
|
||||
${stb_image_ROOT})
|
||||
|
||||
#find_package(glfw3 REQUIRED)
|
||||
find_package(Stb REQUIRED)
|
||||
|
||||
if(stb_image_INCLUDE_DIR)
|
||||
message(STATUS "stb_image_INCLUDE_DIR: ${stb_image_INCLUDE_DIR}")
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b7a9ac3e937b8946ec581cdf980dbb29f9056b76
|
||||
Subproject commit 90268c3e43298e441cf92a70f36ecdfa60f4dc23
|
Loading…
Reference in New Issue
Block a user