cmake: more necessary files added. Still a lot of testing needed.

This commit is contained in:
2018-05-31 13:26:36 +02:00
parent 923b3c493f
commit aa2cc9ddd2
101 changed files with 8369 additions and 928 deletions

View File

@@ -1,6 +1,5 @@
#--- add further sub-directories ----------------------------------------------
add_subdirectory(classes)
#[==[
add_subdirectory(external)
if (Qt5Core_FOUND)
add_subdirectory(musredit_qt5)
@@ -9,7 +8,6 @@ elseif (Qt4_FOUND)
elseif (QT_FOUND)
add_subdirectory(musrgui)
endif (Qt5Core_FOUND)
#]==]
#--- define the musrfit libs --------------------------------------------------
set(MUSRFIT_LIBS ${MUSRFIT_LIBS} mud)