Removed the construction of an exexecutable since I am using it only as a library.

This commit is contained in:
Iason 2020-02-05 17:00:14 +01:00
parent 237152c900
commit 16a775ebb7
1 changed files with 1 additions and 4 deletions

View File

@ -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)