Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Install.cmake 326B

123456789
  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)