From be2b0a3ac837f6ec5313bc65e284faf622e8c555 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Wed, 3 Apr 2019 14:56:01 -0400 Subject: [PATCH] Update CMakeLists.txt Restoring test_net_builder to test_toolkit.exe --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a772b51..3d63d97 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -30,7 +30,7 @@ set(toolkit_test_srcs test_pattern.cpp test_curve.cpp test_control.cpp -# test_net_builder.cpp + test_net_builder.cpp ) add_executable(test_toolkit ${toolkit_test_srcs})