]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blobdiff - CMakeLists.txt
Make pose range headings positive only
[hubacji1/bcar.git] / CMakeLists.txt
index c5a0d6aacb39af18838c7d0eb9799ef65d480d53..a79e109384e22d8129486f255d78c57a56e93b32 100644 (file)
@@ -16,6 +16,9 @@ target_link_libraries(pslot bcar)
 add_executable(compute_pslot_table src/compute_pslot_table.cc)
 target_link_libraries(compute_pslot_table pslot)
 
+add_executable(prove_parallel_slot src/prove_parallel_slot.cc)
+target_link_libraries(prove_parallel_slot pslot)
+
 if (SKIP_UT)
        return()
 endif()