linphone-desktop/external/CMakeLists.txt

7 lines
No EOL
169 B
CMake

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