We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf7827 commit c44a2b1Copy full SHA for c44a2b1
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