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

Commit

Permalink
Add install support
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand committed Jul 21, 2015
1 parent 8eb3443 commit 133e812
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,18 @@ target_link_libraries(gpod
${GDK_PIXBUF_LIBRARIES}
${LIBIMOBILEDEVICE_LIBRARIES}
)

install(TARGETS gpod
LIBRARY DESTINATION lib
)

install(
DIRECTORY src/
DESTINATION include/gpod-1.0/gpod
FILES_MATCHING PATTERN itdb.h
)

install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/libgpod-1.0.pc
DESTINATION lib/pkgconfig
)

0 comments on commit 133e812

Please sign in to comment.