add a user interface option to export data from a msr-file view (single- or multiple files).

This commit is contained in:
2025-03-24 20:10:01 +01:00
parent 0f95551200
commit f0869935d1
7 changed files with 597 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# - musrfit
cmake_minimum_required(VERSION 3.17)
project(musrfit VERSION 1.9.7 LANGUAGES C CXX)
project(musrfit VERSION 1.9.8 LANGUAGES C CXX)
#--- musrfit specific options -------------------------------------------------
option(nexus "build optional NeXus support. Needed for ISIS" OFF)