Browse Source

Removed encoding_test

Andrew Beams 3 years ago
parent
commit
c2c553c1ba
1 changed files with 1 additions and 3 deletions
  1. 1 3
      CMakeLists.txt

+ 1 - 3
CMakeLists.txt

@@ -9,10 +9,8 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)
 add_executable(main main.cpp pir.cpp pir_client.cpp pir_server.cpp
 )
 
-add_executable(encoding_test encoding_test.cpp pir.cpp)
-
 find_package(SEAL 3.6 REQUIRED)
 
 target_link_libraries(main SEAL::seal)
 
-target_link_libraries(encoding_test SEAL::seal)
+