We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0718e3 commit 1db5a09Copy full SHA for 1db5a09
README.md
@@ -59,9 +59,9 @@ You may also find these channels useful if you encounter any other issues:
59
60
# just show the target link way
61
62
-find_pacakge(DdeControlCenter REQUIRED)
63
-find_pacakge(Dtk COMPONENTS Core Widget REQUIRED)
64
-find_pacakge(Qt5 COMPONENTS Core Gui Widgets REQUIRED)
+find_package(DdeControlCenter REQUIRED)
+find_package(Dtk COMPONENTS Core Widget REQUIRED)
+find_package(Qt5 COMPONENTS Core Gui Widgets REQUIRED)
65
66
add_library(dcc_exampleplugin SHARED
67
plugin.h
0 commit comments