Skip to content

Commit

Permalink
Fix CMake build (#38)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #38

Reviewed By: HuamengJiang

Differential Revision: D56540183

Pulled By: pedroerp

fbshipit-source-id: 09a7c04d24cc8249df054b62d96e67f3be55fd7e
  • Loading branch information
pedroerp authored and facebook-github-bot committed Apr 24, 2024
1 parent ddb6f1c commit 09cbfad
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 09cbfad

Please sign in to comment.