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 d145e46 commit b063794Copy full SHA for b063794
3rdparty/flatbuffers/CMakeLists.txt
@@ -3,6 +3,6 @@ add_library(flatbuffers INTERFACE)
3
add_library(flatbuffers::flatbuffers ALIAS flatbuffers)
4
5
target_include_directories(flatbuffers
6
- PUBLIC
+ INTERFACE
7
${CMAKE_CURRENT_SOURCE_DIR}
8
)
3rdparty/minicoro/CMakeLists.txt
@@ -3,6 +3,6 @@ add_library(minicoro INTERFACE)
add_library(minicoro::minicoro ALIAS minicoro)
target_include_directories(minicoro
0 commit comments