Skip to content
Snippets Groups Projects
Commit dc47325f authored by Sam Yates's avatar Sam Yates
Browse files

Merge remote-tracking branch 'bcumming/feature/spike_handling' into feature/spike_handling

parents c6d7f377 54b3757a
No related branches found
No related tags found
No related merge requests found
set(HEADERS
)
set(MINIAPP_SOURCES
mpi.cpp
# mpi.cpp
io.cpp
miniapp.cpp
)
......
......@@ -7,6 +7,9 @@ set(BASE_SOURCES
parameter_list.cpp
swcio.cpp
)
if(${WITH_MPI})
set(BASE_SOURCES ${BASE_SOURCES} communication/mpi.cpp)
endif()
add_library(cellalgo ${BASE_SOURCES} ${HEADERS})
add_dependencies(cellalgo build_all_mods)
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment