Browse Source

Installation support added (fixes #11).

main
offa 7 years ago
parent
commit
f7aac686fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake/Install.cmake

+ 1
- 1
cmake/Install.cmake View 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…
Cancel
Save