This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Installation support added (
fixes
#11
).
main
offa
7 years ago
parent
1cdbbb8456
commit
f7aac686fa
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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)
Write
Preview
Loading…
Cancel
Save