CMAKE_MINIMUM_REQUIRED (VERSION 2.4 FATAL_ERROR)
PROJECT (playerplugin_examples)

# Include this CMake module to get most of the settings needed to build
SET (CMAKE_MODULE_PATH "/usr/share/cmake/Modules")
INCLUDE (UsePlayerPlugin)
INCLUDE (UsePlayerC)

PLAYER_ADD_PLUGIN_DRIVER (opaquedriver SOURCES opaquedriver.cc)
PLAYER_ADD_PLAYERC_CLIENT (opaque SOURCES opaque.c)
