Skip to content

Commit

Permalink
fix: re-add mismerged stb include in CMake
Browse files Browse the repository at this point in the history
While recovering the vcpkg-ports tree from an earlier commit via revert
some unrelated changes slipped through despite auditing the merge and
wasn't caught by an incremental rebuild.

Re-add the include directory for the vendored stb libraries.
  • Loading branch information
zao committed Mar 26, 2024
1 parent 7f48a16 commit 8b8d575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ target_link_libraries(imgui PUBLIC
target_include_directories(SimpleGraphic
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/dep/glad/include
${CMAKE_CURRENT_SOURCE_DIR}/dep/stb
${JPEG_INCLUDE_DIR}
)

Expand Down

0 comments on commit 8b8d575

Please sign in to comment.