From 4291a8e1938d2f48b9e290ab049f7f122cc78990 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 29 Jan 2009 14:35:15 +0000 Subject: [PATCH] Added CMakeLists.txt for osgcluster --- examples/osgcluster/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/osgcluster/CMakeLists.txt diff --git a/examples/osgcluster/CMakeLists.txt b/examples/osgcluster/CMakeLists.txt new file mode 100644 index 000000000..615231347 --- /dev/null +++ b/examples/osgcluster/CMakeLists.txt @@ -0,0 +1,8 @@ +SET(TARGET_SRC + broadcaster.cpp + receiver.cpp + osgcluster.cpp +) + +#### end var setup ### +SETUP_EXAMPLE(osgcluster)