Skip to content

Commit

Permalink
Added data files to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Aug 3, 2024
1 parent 50e2cc6 commit b594f2a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,14 @@ else()
${PRIVATEER_SOURCE_DIR}/cpp/pybind11)
endif()

# file(COPY ${PRIVATEERDATA}/glycomics/privateer_glycomics_database.json
# DESTINATION ${CLIBDENV})
file(COPY ${PRIVATEERDATA}/glycomics/privateer_glycomics_database.json
DESTINATION ${CLIBDENV})

# file(COPY ${PRIVATEERDATA}/linkage_torsions/privateer_torsion_database.json
# DESTINATION ${CLIBDENV})
file(COPY ${PRIVATEERDATA}/linkage_torsions/privateer_torsion_database.json
DESTINATION ${CLIBDENV})

file(COPY ${PRIVATEERDATA}/linkage_torsions/privateer_torsions_z_score_database.json
DESTINATION ${CLIBDENV})

# Copy directories
add_custom_target(copy_resources ALL
Expand Down

0 comments on commit b594f2a

Please sign in to comment.