]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blobdiff - CMakeLists.txt
Add compare to li
[hubacji1/bcar.git] / CMakeLists.txt
index 9d5d0025622b1643a560ea365ec4bc0a0114d745..6625d7ace5e3254fc1384bfa1f78b820d9ed3e3c 100644 (file)
@@ -29,6 +29,9 @@ 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()