WIP: Working our way through list of sources.
This commit is contained in:
parent
07cf50de47
commit
5aad0c540d
|
@ -79,3 +79,7 @@ foreach(lib
|
|||
)
|
||||
add_library(${lib} STATIC ${${lib}_srcs})
|
||||
endforeach()
|
||||
|
||||
add_executable(dse_exe sr_unix/dse.c sr_unix/dse_cmd.c)
|
||||
set_property(TARGET dse_exe PROPERTY OUTPUT_NAME dse)
|
||||
target_link_libraries(dse_exe dse mumps stub)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue