Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
MediaPluginBase.cmake 152 B
# -*- cmake -*-


set(MEDIA_PLUGIN_BASE_INCLUDE_DIRS
    ${LIBS_OPEN_DIR}/media_plugins/base/
    )

set(MEDIA_PLUGIN_BASE_LIBRARIES media_plugin_base)