Skip to content

Commit

Permalink
Catch up to estraier#62
Browse files Browse the repository at this point in the history
  • Loading branch information
SchaichAlonso committed Nov 14, 2024
1 parent 674d8f3 commit 6345dda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ target_sources(tkrzw PRIVATE
tkrzw_hash_util.cc
tkrzw_time_util.cc
tkrzw_compress.cc
tkrzw_key_comparators.cc
tkrzw_file.cc
tkrzw_file_util.cc
tkrzw_file_std.cc
tkrzw_file_mmap.cc
Expand Down Expand Up @@ -339,4 +341,5 @@ if (TKRZW_TESTS)
set_tests_properties(check-hashdbm-util:${index} PROPERTIES DEPENDS check-hashdbm-util:${previous_index})
endforeach()

endif (TKRZW_TESTS)
endif (TKRZW_TESTS)

0 comments on commit 6345dda

Please sign in to comment.