]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blobdiff - CMakeLists.txt
Fix doxyfile license style
[hubacji1/bcar.git] / CMakeLists.txt
index c5a0d6aacb39af18838c7d0eb9799ef65d480d53..c67da4b353663e7fb605f51d4d541242bb98f0ff 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2021 Jiri Vlasak <jiri.vlasak.2@cvut.cz>
+#
+# SPDX-License-Identifier: GPL-3.0-only
+
 cmake_minimum_required(VERSION 2.8)
 project(bcar)
 
@@ -16,6 +20,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()