Skip to content
Snippets Groups Projects
Commit 4c32a551 authored by Richard Berger's avatar Richard Berger
Browse files

Rename to libcs.a

parent 6ea33e3e
No related branches found
No related tags found
No related merge requests found
......@@ -486,6 +486,7 @@ if(PKG_MESSAGE)
file(GLOB_RECURSE cslib_SOURCES ${LAMMPS_LIB_SOURCE_DIR}/message/cslib/*.F
${LAMMPS_LIB_SOURCE_DIR}/message/cslib/*.c ${LAMMPS_LIB_SOURCE_DIR}/message/cslib/*.cpp)
add_library(cslib STATIC ${cslib_SOURCES})
set_target_properties(cslib PROPERTIES OUTPUT_NAME "cs")
if(BUILD_MPI)
target_compile_definitions(cslib PRIVATE -DMPI_YES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment