cmake: more necessary files added. Still a lot of testing needed.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user