Warning, /kdevelop/kdevelop/plugins/custom-definesandincludes/noprojectincludesanddefines/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set( noprojectincludesanddefines_SRCS
0002         noprojectcustomincludepaths.cpp
0003         noprojectincludepathsmanager.cpp
0004    )
0005 
0006 ki18n_wrap_ui( noprojectincludesanddefines_SRCS
0007         noprojectcustomincludepaths.ui )
0008 
0009 add_library(kdevnoprojectincludesanddefines STATIC
0010         ${noprojectincludesanddefines_SRCS}
0011     )
0012 
0013 target_link_libraries( kdevnoprojectincludesanddefines
0014     PRIVATE
0015         KDev::Util
0016         KDev::Language
0017 )
0018 
0019 set_target_properties(kdevnoprojectincludesanddefines PROPERTIES POSITION_INDEPENDENT_CODE ON)