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

0001 add_library(ksystemlog_authentication STATIC)
0002 
0003 target_sources(ksystemlog_authentication PRIVATE
0004         authenticationConfigurationWidget.cpp
0005         authenticationConfiguration.cpp
0006         authenticationAnalyzer.cpp
0007         authenticationLogMode.cpp
0008         authenticationFactory.cpp
0009 
0010         authenticationConfigurationWidget.h
0011         authenticationConfiguration.h
0012         authenticationAnalyzer.h
0013         authenticationLogMode.h
0014         authenticationFactory.h
0015     )
0016 
0017 
0018 add_dependencies(
0019         ksystemlog_authentication
0020         ksystemlog_base_mode 
0021         ksystemlog_lib
0022 )
0023 
0024 target_link_libraries(
0025         ksystemlog_authentication
0026         
0027         ksystemlog_lib
0028         ksystemlog_base_mode 
0029         ksystemlog_config
0030 
0031         KF6::KIOWidgets
0032 )