Skip to content

Commit c44a2b1

Browse files
allnesaobolensk
andauthored
Update CMakeLists.txt
Co-authored-by: Arseniy Obolenskiy <gooddoog@student.su>
1 parent aaf7827 commit c44a2b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ target_link_directories(${exec_func_tests} PUBLIC ${CMAKE_BINARY_DIR}/ppc_google
2929
target_link_libraries(${exec_func_tests} PUBLIC gtest gtest_main)
3030

3131
add_library(stb_image INTERFACE)
32-
target_include_directories(stb_image INTERFACE ${CMAKE_SOURCE_DIR}/3rdparty/stb/stb_image.h)
32+
target_include_directories(stb_image INTERFACE ${CMAKE_SOURCE_DIR}/3rdparty/stb)
3333
target_link_libraries(${exec_func_tests} PUBLIC stb_image)
3434

3535
target_link_libraries(${exec_func_tests} PUBLIC ${exec_func_lib})

0 commit comments

Comments
 (0)