diff --git a/CMakeLists.txt b/CMakeLists.txt index f58f215..483cc07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") @@ -194,4 +185,4 @@ endif() # Copy shaders, assets and configs for binaries to access file(COPY shaders DESTINATION ${CMAKE_BINARY_DIR}/Release) file(COPY assets DESTINATION ${CMAKE_BINARY_DIR}/Release) -file(COPY configs DESTINATION ${CMAKE_BINARY_DIR}/Release) \ No newline at end of file +file(COPY configs DESTINATION ${CMAKE_BINARY_DIR}/Release) diff --git a/ComputeEngine b/ComputeEngine index b7a9ac3..90268c3 160000 --- a/ComputeEngine +++ b/ComputeEngine @@ -1 +1 @@ -Subproject commit b7a9ac3e937b8946ec581cdf980dbb29f9056b76 +Subproject commit 90268c3e43298e441cf92a70f36ecdfa60f4dc23