diff options
author | Allen Winter <allen.winter@kdab.com> | 2022-06-07 13:29:41 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2022-06-07 13:29:41 -0400 |
commit | 98780805c4e1a520d42a0ad4046cd76f84c17909 (patch) | |
tree | 9a18264c7e789c130c0432f555bbfc45c0bb093a /src/libicalss | |
parent | 3396cf5a3d2a4a40292a76e758bc6f55cb567528 (diff) | |
download | libical-git-98780805c4e1a520d42a0ad4046cd76f84c17909.tar.gz |
buildsystem - full cmake-lint coverage
Diffstat (limited to 'src/libicalss')
-rw-r--r-- | src/libicalss/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libicalss/CMakeLists.txt b/src/libicalss/CMakeLists.txt index bbc0092e..1982ddc8 100644 --- a/src/libicalss/CMakeLists.txt +++ b/src/libicalss/CMakeLists.txt @@ -25,6 +25,7 @@ endif() add_custom_target( icalss-header ALL DEPENDS ${CMAKE_BINARY_DIR}/src/libicalss/icalss.h + COMMENT "Target to generate the aggregate libicalss header" ) ########### next target ############### @@ -78,6 +79,7 @@ add_custom_command( -DBDB_FOUND=${BDB_FOUND} -P ${CMAKE_CURRENT_SOURCE_DIR}/icalss_file.cmake DEPENDS ${icalss_LIB_SRCS} ${CMAKE_CURRENT_SOURCE_DIR}/icalss_file.cmake + COMMENT "Generate the aggregate libicalss header" ) add_library(icalss ${LIBRARY_TYPE} ${icalss_LIB_SRCS}) |