CMakeLists.txt fixes

This commit is contained in:
Dawid Pietrykowski 2023-06-05 19:48:34 +02:00
parent d11a26cd27
commit f3f0ca6a37
2 changed files with 4 additions and 4 deletions

View File

@ -111,8 +111,8 @@ endif()
find_package(Stb REQUIRED)
if(stb_image_INCLUDE_DIR)
message(STATUS "stb_image_INCLUDE_DIR: ${stb_image_INCLUDE_DIR}")
if(Stb_INCLUDE_DIR)
message(STATUS "Stb_INCLUDE_DIR: ${Stb_INCLUDE_DIR}")
else()
message(FATAL_ERROR "stb_image not found")
endif()
@ -168,7 +168,7 @@ add_subdirectory(src)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src
${OPENGL_INCLUDE_DIR}
${stb_image_INCLUDE_DIR}
${Stb_INCLUDE_DIR}
${ComputeEngine_INCLUDE_DIR}
${ComputeEngine_INCLUDE_DIRS}
${GLEW_INCLUDE_DIR}

@ -1 +1 @@
Subproject commit 90268c3e43298e441cf92a70f36ecdfa60f4dc23
Subproject commit 24064274c5a41559f547408faf97708031b36f0b