Skip to content

Commit

Permalink
[nimble] Fix CMake build
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroerp committed Apr 24, 2024
1 parent ddb6f1c commit 8e7921b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwio/nimble/tablet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ target_include_directories(nimble_footer_fb
INTERFACE ${FLATBUFFERS_INCLUDE_DIR})
add_dependencies(nimble_footer_fb nimble_footer_schema_fb)

add_library(nimble_tablet Compression.cpp Tablet.cpp)
add_library(nimble_tablet Compression.cpp TabletReader.cpp TabletWriter.cpp)

target_link_libraries(nimble_tablet nimble_footer_fb Folly::folly)

0 comments on commit 8e7921b

Please sign in to comment.