mirror of https://github.com/cutefishos/calamares
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
445 B
CMake
12 lines
445 B
CMake
#FIXME: this duplicates top level cmakelists: how can we reduce code duplication?
|
|
|
|
find_package( Qt5 5.3.0 CONFIG REQUIRED Core Gui Widgets LinguistTools )
|
|
|
|
if(NOT CALAMARES_CMAKE_DIR)
|
|
set(CALAMARES_CMAKE_DIR ${CMAKE_CURRENT_LIST_DIR})
|
|
endif()
|
|
|
|
include( "${CALAMARES_CMAKE_DIR}/CalamaresAddLibrary.cmake" )
|
|
include( "${CALAMARES_CMAKE_DIR}/CalamaresAddModuleSubdirectory.cmake" )
|
|
include( "${CALAMARES_CMAKE_DIR}/CalamaresAddPlugin.cmake" )
|