You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
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)