Skip to content

Commit 8b8d575

Browse files
committed
fix: re-add mismerged stb include in CMake
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.
1 parent 7f48a16 commit 8b8d575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ target_link_libraries(imgui PUBLIC
150150
target_include_directories(SimpleGraphic
151151
PRIVATE
152152
${CMAKE_CURRENT_SOURCE_DIR}/dep/glad/include
153+
${CMAKE_CURRENT_SOURCE_DIR}/dep/stb
153154
${JPEG_INCLUDE_DIR}
154155
)
155156

0 commit comments

Comments
 (0)