]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blobdiff - CMakeLists.txt
Add entry positions range executable
[hubacji1/bcar.git] / CMakeLists.txt
index 6625d7ace5e3254fc1384bfa1f78b820d9ed3e3c..dc978e617f3d2e7eff999406f6aa8868c2b9d527 100644 (file)
@@ -23,6 +23,9 @@ target_link_libraries(compute_pslot_table pslot)
 add_executable(prove_parallel_slot src/prove_parallel_slot.cc)
 target_link_libraries(prove_parallel_slot pslot)
 
+add_executable(entry_positions_range src/entry_positions_range.cc)
+target_link_libraries(entry_positions_range pslot)
+
 add_executable(compare_to_vorobieva src/compare_to_vorobieva.cc)
 target_link_libraries(compare_to_vorobieva pslot)