From 3581c82d8a06ba6a0a7c31e159d0a27a1adc9df7 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 27 Nov 2023 11:59:34 +0200 Subject: [PATCH] chore: correct a typo in CMakeLists.txt Log: --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40196ab..e9d2fb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,7 +103,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${LIB_NAME}.pc DESTINATION ${LIBRARY_I # config cmake file install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${DtkBluetooth}Config.cmake ${CMAKE_CURRENT_BINARY_DIR}/${DtkBluetooth}ConfigVersion.cmake DESTINATION ${CONFIG_CMAKE_INSTALL_DIR}) -# config qmake moudule file +# config qmake module file set(DTK_MODULE ${LIB_NAME}) set(DTK_DEPS "core dbus dtkcore") set(DTK_CFG "v2 ltcg")