Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

10 lines
326B

  1. install(TARGETS ScopeGuard EXPORT ScopeGuard-config DESTINATION include)
  2. install(DIRECTORY "${CMAKE_SOURCE_DIR}/include/" DESTINATION include)
  3. if( ENABLE_COMPAT_HEADER )
  4. install(DIRECTORY "${CMAKE_BINARY_DIR}/generated/" DESTINATION include)
  5. endif()
  6. install(EXPORT ScopeGuard-config DESTINATION share/scopeguard/cmake)