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)