message("\n${BoldGreen}Beginning configuration for subdirectory data${ColourReset}\n")

message("\n${BoldGreen}Installation directory for the data files: ${XPERTMASS_INSTALL_CHEMDATA_DIR}${ColourReset}\n")

install(
    DIRECTORY isotopic-data
    DESTINATION ${XPERTMASS_INSTALL_CHEMDATA_DIR}
)

message("\n${BoldGreen}Ending configuration for subdirectory data${ColourReset}\n")
