Skip to content

Commit 2802536

Browse files
committed
[C++] Make SBE an interface library.
1 parent cd76a3c commit 2802536

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

sbe-tool/src/main/cpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ set(HEADERS
6262
otf/OtfHeaderDecoder.h
6363
)
6464

65-
add_library(sbe STATIC ${HEADERS} dummy.cpp)
66-
target_include_directories(sbe PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
65+
add_library(sbe INTERFACE)
66+
target_include_directories(sbe INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
6767

6868
add_dependencies(sbe ir_codecs)

sbe-tool/src/main/cpp/dummy.cpp

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)