Migrate the build system to cmake

This commit is contained in:
Luis Ángel San Martín Rodríguez
2026-02-25 09:19:39 +01:00
parent 5f8951ac09
commit 865020fe11
63 changed files with 1859 additions and 2060 deletions

4
tests/CMakeLists.txt Normal file
View File

@ -0,0 +1,4 @@
# YACReader tests
add_subdirectory(concurrent_queue_test)
add_subdirectory(compressed_archive_test)