Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
added component to install targets Tokutek/mongo#869
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Dec 20, 2013
1 parent 258bfa0 commit bd7e4d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions backup/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ endfunction(add_space_separated_property)
IF (NOT DEFINED INSTALL_LIBDIR)
SET(INSTALL_LIBDIR lib)
ENDIF()
install(TARGETS ${HOT_BACKUP_LIBNAME} DESTINATION ${INSTALL_LIBDIR} COMPONENT Server)
install(FILES backup.h DESTINATION include)
install(TARGETS ${HOT_BACKUP_LIBNAME} DESTINATION ${INSTALL_LIBDIR}
COMPONENT tokubackup_libs_shared)
install(FILES backup.h DESTINATION include
COMPONENT tokubackup_headers)

## Make this visibile to MySQL.
set(HOT_BACKUP_LIBS ${HOT_BACKUP_LIBNAME} PARENT_SCOPE)
Expand Down

0 comments on commit bd7e4d9

Please sign in to comment.