Warning, /frameworks/modemmanager-qt/src/fakemodem/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include_directories(${MODEMMANAGER_INCLUDE_DIRS})
0002 
0003 set(fakeModem_SRCS
0004     bearer.cpp
0005     fakemodem.cpp
0006     modem.cpp
0007     modem3gpp.cpp
0008     modem3gppussd.cpp
0009     modemcdma.cpp
0010     modemmessaging.cpp
0011     modemlocation.cpp
0012     modemsimple.cpp
0013     modemtime.cpp
0014     objectmanager.cpp
0015     sms.cpp
0016 )
0017 
0018 if (${MODEMMANAGER_VERSION} VERSION_EQUAL 1.2.0 OR ${MODEMMANAGER_VERSION} VERSION_GREATER 1.2.0)
0019     set(fakeModem_SRCS
0020         ${fakeModem_SRCS}
0021         modemoma.cpp
0022         )
0023 endif()
0024 
0025 add_library(fakeModem STATIC ${fakeModem_SRCS})
0026 
0027 target_link_libraries(fakeModem
0028     KF6ModemManagerQt_static
0029     Qt6::Core
0030     Qt6::DBus)