From 16a775ebb793c17a29b4066d205abfcb9b49a871 Mon Sep 17 00:00:00 2001 From: Iason Date: Wed, 5 Feb 2020 17:00:14 +0100 Subject: [PATCH] Removed the construction of an exexecutable since I am using it only as a library. --- src/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0fff70e..02377c9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1 @@ -add_library(threed_beam_fea threed_beam_fea.cpp summary.cpp setup.cpp) - -add_executable(fea_cmd cmd.cpp) -target_link_libraries(fea_cmd threed_beam_fea) +add_library(threed_beam_fea threed_beam_fea.cpp summary.cpp setup.cpp) \ No newline at end of file