Skip to content

Commit

Permalink
Add writer files to cmake files
Browse files Browse the repository at this point in the history
Summary: As we're opening writer code, we need to add them to the cmake build files.

Reviewed By: kskolesn

Differential Revision: D66749587

fbshipit-source-id: 84cb3d2e3f68d04b3bdb9d3f15e4ff773b9e0574
  • Loading branch information
Georges Berenger authored and facebook-github-bot committed Dec 4, 2024
1 parent 7954c62 commit bb275d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ file (GLOB_RECURSE CSRCS
"csrc/reader/*.hpp"
"csrc/utils/*.cpp"
"csrc/utils/*.h"
"csrc/writer/*.cpp"
"csrc/writer/*.h"
"csrc/writer/datalayouts/*.cpp"
"csrc/writer/datalayouts/*.h"
)

# Remove fb-only source files (if there is still any lying around)
Expand Down

0 comments on commit bb275d4

Please sign in to comment.