]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blobdiff - CMakeLists.txt
Upgrade version in doxygen config
[hubacji1/bcar.git] / CMakeLists.txt
index 9d5d0025622b1643a560ea365ec4bc0a0114d745..634f088ab5a518175510c207a66f2aa7f67c8d4a 100644 (file)
@@ -23,12 +23,21 @@ 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)
 
 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)
+
+add_executable(gen_for_gnuplot src/gen_for_gnuplot.cc)
+target_link_libraries(gen_for_gnuplot pslot)
+
 if (SKIP_UT)
        return()
 endif()