Install.cmake 213B

1234
  1. install(TARGETS ScopeGuard EXPORT ScopeGuard-config DESTINATION include)
  2. install(DIRECTORY "${CMAKE_SOURCE_DIR}/include/" DESTINATION include)
  3. install(EXPORT ScopeGuard-config DESTINATION share/scopeguard/cmake)