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 cd76a3c commit 2802536Copy full SHA for 2802536
sbe-tool/src/main/cpp/CMakeLists.txt
@@ -62,7 +62,7 @@ set(HEADERS
62
otf/OtfHeaderDecoder.h
63
)
64
65
-add_library(sbe STATIC ${HEADERS} dummy.cpp)
66
-target_include_directories(sbe PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
+add_library(sbe INTERFACE)
+target_include_directories(sbe INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
67
68
add_dependencies(sbe ir_codecs)
sbe-tool/src/main/cpp/dummy.cpp
0 commit comments