]> git.cworth.org Git - vogl/commitdiff
Don't attempt to build gltests nor OGLSuperBible directories.
authorCarl Worth <cworth@cworth.org>
Mon, 31 Mar 2014 23:08:00 +0000 (16:08 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Apr 2014 17:33:50 +0000 (10:33 -0700)
These directories were recently removed in a git-filter-branch rewrite
of the Vogl history (as part of an effort to reduce repository size).
Since these directories no longer exist, we cannot build them.

src/CMakeLists.txt

index 0d049eb9aaa6de90c2cad8f4a9d88e9c86f6de3b..a68435530ab222ecad57b3758319380410d71c1a 100644 (file)
@@ -30,10 +30,7 @@ add_subdirectory(vogltrace)
 add_subdirectory(vogltest)
 add_subdirectory(voglserver)
 add_subdirectory(voglcmd)
-add_subdirectory(gltests)
 add_subdirectory(glxspheres)
-add_subdirectory(OGLSuperBible)
-add_subdirectory(OGLSamples_GTruc)
 add_subdirectory(vogleditor)
 
 add_subdirectory(libbacktrace)