Skip to content

Commit

Permalink
fix: move static ParticleMap into header as inline for downstream use
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored and rahmans1 committed Jul 29, 2024
1 parent be33725 commit 5b62cce
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 263 deletions.
7 changes: 1 addition & 6 deletions src/algorithms/interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ set(PLUGIN_NAME "algorithms_interfaces")

# Function creates ${PLUGIN_NAME}_plugin and ${PLUGIN_NAME}_library targets
# Setting default includes, libraries and installation paths
plugin_add(${PLUGIN_NAME} WITH_SHARED_LIBRARY WITHOUT_PLUGIN)

# The macro grabs sources as *.cc *.cpp *.c and headers as *.h *.hh *.hpp Then
# correctly sets sources for ${_name}_plugin and ${_name}_library targets Adds
# headers to the correct installation directory
plugin_glob_all(${PLUGIN_NAME})
plugin_headers_only(${PLUGIN_NAME})
252 changes: 0 additions & 252 deletions src/algorithms/interfaces/ParticleSvc.cc

This file was deleted.

Loading

0 comments on commit 5b62cce

Please sign in to comment.