diff --git a/CMakeLists.txt b/CMakeLists.txt index 389c84b..75c984f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,26 +24,26 @@ find_library(WCS_LIB wcs wcslib PATHS REQUIRED) add_subdirectory(libXISF) set(TENMON_SRC - about.cpp - database.cpp - databaseview.cpp + about.cpp about.h + database.cpp database.h + databaseview.cpp databaseview.h delete.cpp - filesystemwidget.cpp - imageinfo.cpp - imageringlist.cpp + filesystemwidget.cpp filesystemwidget.h + imageinfo.cpp imageinfo.h + imageringlist.cpp imageringlist.h imagescrollarea.cpp - imagescrollareagl.cpp - loadrunable.cpp + imagescrollareagl.cpp imagescrollareagl.h + loadrunable.cpp loadrunable.h main.cpp - mainwindow.cpp - markedfiles.cpp - rawimage.cpp + mainwindow.cpp mainwindow.h + markedfiles.cpp markedfiles.h + rawimage.cpp rawimage.h rawimage_sse.cpp - settingsdialog.cpp - starfit.cpp - statusbar.cpp - stfslider.cpp - stretchtoolbar.cpp + settingsdialog.cpp settingsdialog.h + starfit.cpp starfit.h + statusbar.cpp statusbar.h + stfslider.cpp stfslider.h + stretchtoolbar.cpp stretchtoolbar.h ) option(COLOR_MANAGMENT "Enable sRGB framebuffer support for gamma correct images and color profiles support" ON)