Removed the construction of an exexecutable since I am using it only as a library.
This commit is contained in:
parent
237152c900
commit
16a775ebb7
|
|
@ -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)
|
||||
Loading…
Reference in New Issue