Skip to content

Commit

Permalink
Copy also files from build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 27, 2024
1 parent a75d656 commit 3a8640e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pybind/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ endif()
# =============================================================================
file(
GLOB NMODL_PYTHON_FILES
RELATIVE "${NMODL_PROJECT_SOURCE_DIR}/nmodl/"
CONFIGURE_DEPENDS "${NMODL_PROJECT_SOURCE_DIR}/nmodl/*.py")
RELATIVE "${NMODL_PROJECT_SOURCE_DIR}/python/nmodl/"
CONFIGURE_DEPENDS "${NMODL_PROJECT_SOURCE_DIR}/python/nmodl/*.py")

foreach(file IN LISTS NMODL_PYTHON_FILES)
cpp_cc_build_time_copy(INPUT ${NMODL_PROJECT_SOURCE_DIR}/nmodl/${file} OUTPUT
Expand Down

0 comments on commit 3a8640e

Please sign in to comment.