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