mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
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
|