We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bee35 commit 15d6e30Copy full SHA for 15d6e30
2 files changed
nosDeckLink/CMakeLists.txt
@@ -1,6 +1,8 @@
1
# Copyright MediaZ Teknoloji A.S. All Rights Reserved.
2
3
# TODO: Publish as nosman package
4
+target_compile_definitions(${NOS_PLUGIN_TARGET} PRIVATE NOS_DISABLE_DEPRECATED)
5
+
6
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/External/cpp-utilities ${CMAKE_CURRENT_BINARY_DIR}/External/cpp-utilities)
7
target_link_libraries(${NOS_PLUGIN_TARGET} PRIVATE nosCppUtilities)
8
nosDeckLinkSubsystem/CMakeLists.txt
@@ -1,5 +1,7 @@
# DeckLink SDK
# ------------
set(DECKLINK_SDK_DIR "${CMAKE_CURRENT_SOURCE_DIR}/External/DeckLinkSDK")
0 commit comments