We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6098d7 commit e3b8c9eCopy full SHA for e3b8c9e
ggml/src/CMakeLists.txt
@@ -1396,7 +1396,7 @@ if (EMSCRIPTEN)
1396
endif()
1397
1398
target_compile_definitions(ggml PUBLIC ${GGML_CDEF_PUBLIC})
1399
-target_include_directories(ggml PUBLIC ../include)
+target_include_directories(ggml PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include> $<INSTALL_INTERFACE:include>)
1400
target_include_directories(ggml PRIVATE . ${GGML_EXTRA_INCLUDES})
1401
target_link_directories (ggml PRIVATE ${GGML_EXTRA_LIBDIRS})
1402
target_compile_features (ggml PRIVATE c_std_11) # don't bump
0 commit comments