You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- install(TARGETS ScopeGuard EXPORT ScopeGuard-config DESTINATION include)
- install(DIRECTORY "${CMAKE_SOURCE_DIR}/include/" DESTINATION include)
-
- if( ENABLE_COMPAT_HEADER )
- install(DIRECTORY "${CMAKE_BINARY_DIR}/generated/" DESTINATION include)
- endif()
-
- install(EXPORT ScopeGuard-config DESTINATION share/scopeguard/cmake)
|