Sfoglia il codice sorgente

Installation support added (fixes #11).

main
offa 7 anni fa
parent
commit
f7aac686fa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      cmake/Install.cmake

+ 1
- 1
cmake/Install.cmake Vedi File

@@ -1,4 +1,4 @@

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


Loading…
Annulla
Salva