linphone-desktop/external/CMakeLists.txt
2025-06-06 15:03:18 +02:00

6 lines
No EOL
144 B
CMake

add_subdirectory(linphone-sdk/)
if(ENABLE_QT_KEYCHAIN)
find_package(Qt6 REQUIRED COMPONENTS Test)
add_subdirectory(qtkeychain/)
endif()