]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blobdiff - CMakeLists.txt
Store entries
[hubacji1/bcar.git] / CMakeLists.txt
index f09e0b51ebae9f1d387d36e8af784dcd40af9348..6625d7ace5e3254fc1384bfa1f78b820d9ed3e3c 100644 (file)
@@ -26,6 +26,12 @@ target_link_libraries(prove_parallel_slot pslot)
 add_executable(compare_to_vorobieva src/compare_to_vorobieva.cc)
 target_link_libraries(compare_to_vorobieva pslot)
 
+add_executable(compare_to_zips src/compare_to_zips.cc)
+target_link_libraries(compare_to_zips pslot)
+
+add_executable(compare_to_li src/compare_to_li.cc)
+target_link_libraries(compare_to_li pslot)
+
 if (SKIP_UT)
        return()
 endif()