Warning, /system/ksystemlog/src/modes/postfix/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_library(ksystemlog_postfix STATIC)
0002 target_sources(ksystemlog_postfix PRIVATE
0003         postfixFactory.cpp
0004         postfixConfigurationWidget.cpp
0005         postfixConfiguration.cpp
0006         postfixAnalyzer.cpp
0007         postfixLogMode.cpp
0008 
0009         postfixFactory.h
0010         postfixConfigurationWidget.h
0011         postfixConfiguration.h
0012         postfixAnalyzer.h
0013         postfixLogMode.h
0014     )
0015 
0016 
0017 add_dependencies(
0018         ksystemlog_postfix
0019         
0020         ksystemlog_base_mode
0021         ksystemlog_lib
0022 )
0023 
0024 target_link_libraries(
0025         ksystemlog_postfix
0026         
0027         ksystemlog_lib
0028         ksystemlog_base_mode
0029         ksystemlog_config
0030 )