Skip to content
Snippets Groups Projects
Select Git revision
  • d53643f7ccb227070a7776dc101770cc6a0187a3
  • development default protected
  • 3.2.x-stable
  • prepare
  • 6b369dc5
  • 3.1.x-stable
  • 3.0.x-stable
  • 2.4.x-stable
  • v3.2.61
  • v3.2.60
  • v3.2.59
  • v3.2.54
  • v3.2.53
  • v3.2.52
  • v3.2.51
  • v3.2.48
  • v3.2.45
  • v3.2.44.3
  • v3.2.44
  • v3.2.40
  • v3.2.13
  • v3.2.9
  • v3.2.8
  • v3.2.7
  • v3.2.6
  • v3.2.5
  • v3.2.4
  • v3.2.3
28 results

CalamaresUse.cmake.in

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    CalamaresUse.cmake.in 520 B
    #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" )
    include( "${CALAMARES_CMAKE_DIR}/CalamaresAddBrandingSubdirectory.cmake" )