X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=CMakeLists.txt;h=8a21f2fd79d579e4c140b88267e04a1acb34af41;hp=1c9b5766cfef55961d2814167b2653f018e7a2f4;hb=6a086e9ef77f62312bf63e6f45bc35aba3102809;hpb=e29efc315df33d546237e270470916e26df391d6 diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c9b5766c..8a21f2fd7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ cmake_minimum_required(VERSION 2.8) # DO NOT add any code before this and DO NOT # include this file anywhere else ## -include(rift_submodule) +include(rift_submodule NO_POLICY_SCOPE) ## # Submodule specific includes will go here, @@ -53,6 +53,15 @@ rift_add_subdirs( ${subdirs} ) +## +# Only skyquake package contains anything +## +rift_set_component_package_fields( + skyquake + DESCRIPTION "RIFT.ware UI" + POST_INSTALL_SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/postinst" + ) + ## # This macro adds targets for documentaion, unittests, code coverage and packaging ##