Skip to content
Snippets Groups Projects
Select Git revision
  • b9bf2d4cc764fa041ba2a8710cbe7b825c4c446c
  • dev default protected
  • 316-tracking-estimator
  • Thesis_hannes_merge_ready_versuch1
  • InboxWithNewOverview
  • 298-missing-backend-features-connections-for-ui
  • 293-integrate-attachment-functionality-in-new-composeview
  • 299-add-pull-to-refresh-to-maillistview
  • 290+Dev
  • 290-redesign-the-ContactView
  • 291-add-research-face-prototype
  • 292-add-comments-to-attachmentviewmain-swift
  • 302-fix-bug-attachment-previews-of-incoming-mails
  • 288-make-folders-list-slide-in-from-the-left-instead-of-from-the-right
  • 295-inboxview-maillistview-improvements
  • 294-fix-bugs-in-new-composeview
  • 287-redesign-composeview
  • updatePGP
  • 282-Implement-missing-functions-in-reply-button
  • 286-update-openssl
  • ThesisHannesV2_
  • runnable
  • optional_UI_change
  • dep
  • NoTestCase
25 results

ObjectivePGPObject.h

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    dune-elasticity-config.cmake.in 942 B
    if(NOT @DUNE_MOD_NAME@_FOUND)
    #compute installation prefix relative to this file
    get_filename_component(_dir "${CMAKE_CURRENT_LIST_FILE}" PATH)
    get_filename_component(_prefix "${_dir}/../../.." ABSOLUTE)
    
    #import the target
    #include("${_prefix}/lib/cmake/@DUNE_MOD_NAME@-targets.cmake")
    
    #report other information
    set(@DUNE_MOD_NAME@_PREFIX "${_prefix}")
    set(@DUNE_MOD_NAME@_INCLUDE_DIRS "${_prefix}/include")
    set(@DUNE_MOD_NAME@_CXX_FLAGS "@CMAKE_CXX_FLAGS@")
    set(@DUNE_MOD_NAME@_CXX_FLAGS_DEBUG "@CMAKE_CXX_FLAGS_DEBUG@")
    set(@DUNE_MOD_NAME@_CXX_FLAGS_MINSIZEREL "@CMAKE_CXX_FLAGS_MINSIZEREL@")
    set(@DUNE_MOD_NAME@_CXX_FLAGS_RELEASE "@CMAKE_CXX_FLAGS_RELEASE@")
    set(@DUNE_MOD_NAME@_CXX_FLAGS_RELWITHDEBINFO "@CMAKE_CXX_FLAGS_RELWITHDEBINFO@")
    set(@DUNE_MOD_NAME@_DEPENDS "@DUNE_DEPENDS@")
    set(@DUNE_MOD_NAME@_SUGGESTS "@DUNE_SUGGESTS@")
    set(@DUNE_MOD_NAME@_MODULE_PATH "${_prefix}/@DUNE_INSTALL_MODULEDIR@")
    endif(NOT @DUNE_MOD_NAME@_FOUND)