diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 11:25:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 11:25:18 +0900 |
commit | 054b5f24c2418468b7a5975c79c51ffdb464ebca (patch) | |
tree | 70fd4ea0325de4123f435e13dd2debad61e77a80 | |
parent | fd0ce8cdf4590134f81e67377c33f3555feeed3d (diff) | |
download | tde-ebook-reader-054b5f24c2418468b7a5975c79c51ffdb464ebca.tar.gz tde-ebook-reader-054b5f24c2418468b7a5975c79c51ffdb464ebca.zip |
Add libzltext-tqt-dev package
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | debian/libzltext-tqt-dev.install | 2 | ||||
-rw-r--r-- | zlibrary/text/CMakeLists.txt | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/libzltext-tqt-dev.install b/debian/libzltext-tqt-dev.install new file mode 100644 index 0000000..3ce02d3 --- /dev/null +++ b/debian/libzltext-tqt-dev.install @@ -0,0 +1,2 @@ +/usr/include/zlibrary-tqt/text +/usr/lib/libzltext-tqt.so diff --git a/zlibrary/text/CMakeLists.txt b/zlibrary/text/CMakeLists.txt index 6b35222..62b1262 100644 --- a/zlibrary/text/CMakeLists.txt +++ b/zlibrary/text/CMakeLists.txt @@ -27,8 +27,8 @@ install( ##### install header files -#file( GLOB_RECURSE _zltext_h_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/include/*.h ) -#install( -# FILES ${_zltext_h_files} -# DESTINATION ${ZL_INCLUDE_INSTALL_DIR}/text -#) +file( GLOB_RECURSE _zltext_h_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/include/*.h ) +install( + FILES ${_zltext_h_files} + DESTINATION ${ZL_INCLUDE_INSTALL_DIR}/text +) |