CMAKE_MINIMUM_REQUIRED (VERSION 2.4 FATAL_ERROR)
PROJECT (playerc_examples)

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

PLAYER_ADD_PLAYERC_CLIENT (simple SOURCES simple.c)

PLAYER_ADD_PLAYERC_CLIENT (vmap SOURCES vmap.c)

PLAYER_ADD_PLAYERC_CLIENT (speech_c_client SOURCES speech_c_client.c)
