From b03b8fdc1e2d09353bcabecfb96ca8601b82689a Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 5 Jun 2023 13:30:26 -0400 Subject: PGM-based shard --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 420c19c..fc41db3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,6 +60,10 @@ if (tests) add_executable(triespline_tests ${CMAKE_CURRENT_SOURCE_DIR}/tests/triespline_tests.cpp) target_link_libraries(triespline_tests PUBLIC gsl check subunit pthread) target_include_directories(triespline_tests PRIVATE include external/PLEX/include) + + add_executable(pgm_tests ${CMAKE_CURRENT_SOURCE_DIR}/tests/pgm_tests.cpp) + target_link_libraries(pgm_tests PUBLIC gsl check subunit pthread) + target_include_directories(pgm_tests PRIVATE include external/PGM-index/include) endif() # Benchmark build instructions -- cgit v1.2.3