Skip to content

Refactor CMake target naming and fix configure_file source path

Dharamveer requested to merge dharmveer-dev into master
  • Rename demo executable target from pan_tompkins to pan_tompkins-demo to avoid target name collision with reusable library targets
  • Update target linkage to use new demo executable name
  • Replace CMAKE_SOURCE_DIR with CMAKE_CURRENT_SOURCE_DIR in configure_file() for proper FetchContent/subproject compatibility

Merge request reports

Loading