We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd107d commit bbe12d1Copy full SHA for bbe12d1
Modules/FindDeckLinkSDK.cmake
@@ -33,7 +33,7 @@
33
# ...
34
# CMakeLists.txt:
35
# FIND_PACKAGE(DeckLinkSDK REQUIRED)
36
- TARGET_LINK_LIBRARIES(${your_app} ${your_libs} "${DeckLinkSDK_LIBS}")
+# TARGET_LINK_LIBRARIES(${your_app} ${your_libs} "${DeckLinkSDK_LIBS}")
37
#
38
# You can do the following in your DeckLink related sources;
39
#define _stringify(x) #x
0 commit comments