Explorar el Código

Install support added.

main
offa hace 7 años
padre
commit
d3436f5cac
Se han modificado 2 ficheros con 14 adiciones y 0 borrados
  1. +4
    -0
      CMakeLists.txt
  2. +10
    -0
      cmake/Install.cmake

+ 4
- 0
CMakeLists.txt Ver fichero

@@ -37,3 +37,7 @@ if( UNITTEST )
add_subdirectory("test")
endif()


include(Install)



+ 10
- 0
cmake/Install.cmake Ver fichero

@@ -0,0 +1,10 @@

include(GNUInstallDirs)

install(TARGETS ScopeGuard
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)



Cargando…
Cancelar
Guardar