From 46ea02d4394379e594cf9595188409d779d0e4c1 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 18 Jan 2010 20:49:40 +0000 Subject: [PATCH] Added introspection directory --- src/osgWrappers/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/osgWrappers/CMakeLists.txt diff --git a/src/osgWrappers/CMakeLists.txt b/src/osgWrappers/CMakeLists.txt new file mode 100644 index 000000000..44b705cda --- /dev/null +++ b/src/osgWrappers/CMakeLists.txt @@ -0,0 +1 @@ +ADD_SUBDIRECTORY(introspection)