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 aa2f2756a4
commit bccd069367
7 changed files with 597 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# - musrfit --- DKS -----------------------------------------------------------
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(dks "build musrfit with DKS (GPU/MIC) support" ON)