diff options
author | Alexander Golubev <[email protected]> | 2016-02-25 08:38:55 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-12 17:46:51 +0100 |
commit | c51cb79dc03f550630d0b662900d2394817bae4e (patch) | |
tree | f2ad70d71d6449fa412a2fe0ce062cdcca4278bb /libk3b/core | |
parent | 49c75bd470722fedbee23120cf5f4206c744debd (diff) | |
download | k3b-c51cb79dc03f550630d0b662900d2394817bae4e.tar.gz k3b-c51cb79dc03f550630d0b662900d2394817bae4e.zip |
cmake: install library headers
(cherry picked from commit 333e6734554a3979f7d417fa1a27d3512cde3c60)
Diffstat (limited to 'libk3b/core')
-rw-r--r-- | libk3b/core/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libk3b/core/CMakeLists.txt b/libk3b/core/CMakeLists.txt index 95b0531..c80f0cd 100644 --- a/libk3b/core/CMakeLists.txt +++ b/libk3b/core/CMakeLists.txt @@ -33,3 +33,13 @@ tde_add_library( k3bcore STATIC_PIC AUTOMOC k3bthread.cpp k3bthreadjob.cpp k3bglobalsettings.cpp k3bsimplejobhandler.cpp ) + + +##### Headers ################################### + +install( FILES k3bcore.h k3bdefaultexternalprograms.h k3bexternalbinmanager.h + k3bprocess.h k3bversion.h k3bglobals.h k3bjob.h k3bthread.h + k3bthreadjob.h k3bglobalsettings.h k3bjobhandler.h + k3b_export.h k3bsimplejobhandler.h + DESTINATION ${INCLUDE_INSTALL_DIR} +) |