We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21f10de + c44a2b1 commit f20b17aCopy full SHA for f20b17a
1 file changed
modules/core/CMakeLists.txt
@@ -29,7 +29,7 @@ target_link_directories(${exec_func_tests} PUBLIC ${CMAKE_BINARY_DIR}/ppc_google
29
target_link_libraries(${exec_func_tests} PUBLIC gtest gtest_main)
30
31
add_library(stb_image INTERFACE)
32
-target_include_directories(stb_image INTERFACE ${CMAKE_SOURCE_DIR}/3rdparty/stb/stb_image.h)
+target_include_directories(stb_image INTERFACE ${CMAKE_SOURCE_DIR}/3rdparty/stb)
33
target_link_libraries(${exec_func_tests} PUBLIC stb_image)
34
35
target_link_libraries(${exec_func_tests} PUBLIC ${exec_func_lib})
0 commit comments