Skip to content

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Dec 18, 2024
1 parent 7dd54c7 commit 26b4aa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ set(taopq_INCLUDE_FILES
${taopq_INCLUDE_DIRS}/tao/pq/table_row.hpp
${taopq_INCLUDE_DIRS}/tao/pq/table_writer.hpp
${taopq_INCLUDE_DIRS}/tao/pq/transaction.hpp
${taopq_INCLUDE_DIRS}/tao/pq/transaction_base.hpp
${taopq_INCLUDE_DIRS}/tao/pq/transaction_status.hpp
${taopq_INCLUDE_DIRS}/tao/pq/version.hpp
)
Expand All @@ -92,6 +93,7 @@ set(taopq_SOURCE_FILES
${CMAKE_CURRENT_LIST_DIR}/src/lib/pq/table_row.cpp
${CMAKE_CURRENT_LIST_DIR}/src/lib/pq/table_writer.cpp
${CMAKE_CURRENT_LIST_DIR}/src/lib/pq/transaction.cpp
${CMAKE_CURRENT_LIST_DIR}/src/lib/pq/transaction_base.cpp
)

source_group("Header Files" FILES ${taopq_INCLUDE_FILES})
Expand Down

0 comments on commit 26b4aa4

Please sign in to comment.