Warning, /pim/kdepim-addons/plugins/messageviewerheaderplugins/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2015-2024 Laurent Montel <montel@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 add_definitions(-DTRANSLATION_DOMAIN=\"messageviewerheaderplugins\")
0004 add_subdirectory(briefheaderstyleplugin)
0005 if (KDEPIM_ENTERPRISE_BUILD)
0006         add_subdirectory(enterpriseheaderstyleplugin)  
0007 endif()
0008 add_subdirectory(fancyheaderstyleplugin)  
0009 add_subdirectory(grantleeheaderstyleplugin)  
0010 add_subdirectory(longheaderstyleplugin)  
0011 add_subdirectory(standardsheaderstyleplugin)
0012 if(BUILD_TESTING)
0013   add_subdirectory(autotests)
0014   add_subdirectory(tests)
0015 endif()