forked from Mirrors/freeswitch
8 lines
156 B
CMake
8 lines
156 B
CMake
#
|
|
# Arnaldo M Pereira <arnaldo@sangoma.com>
|
|
#
|
|
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
|
PROJECT(sample)
|
|
|
|
#ADD_SUBDIRECTORY(sched) FIXME: this code doesnt compile
|