]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blobdiff - CMakeLists.txt
I wanted show left rear axle instead ...
[hubacji1/bcar.git] / CMakeLists.txt
index c67da4b353663e7fb605f51d4d541242bb98f0ff..634f088ab5a518175510c207a66f2aa7f67c8d4a 100644 (file)
@@ -23,6 +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()