diff options
author | Brian Paul <brianp@vmware.com> | 2016-02-02 10:26:59 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2016-02-02 10:27:03 -0700 |
commit | d8684fb8676f4548dd384a1e86ea150d1591d84d (patch) | |
tree | 284a54353e7e984727cb746f98b1668329cd2828 /src | |
parent | 5d256cf94b67b80895f9aab5e2ba0a7b03255209 (diff) | |
download | mesa-demos-d8684fb8676f4548dd384a1e86ea150d1591d84d.zip mesa-demos-d8684fb8676f4548dd384a1e86ea150d1591d84d.tar.xz |
don't build glsl-compile-time program with CMake for now
It doesn't play with the glmain.c code which is linked with all
the other demos in this directory. Just omit it for now.
Diffstat (limited to 'src')
-rw-r--r-- | src/perf/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/perf/CMakeLists.txt b/src/perf/CMakeLists.txt index 66a291f..68b6875 100644 --- a/src/perf/CMakeLists.txt +++ b/src/perf/CMakeLists.txt @@ -25,7 +25,6 @@ set (targets fbobind fill genmipmap - glsl-compile-time readpixels swapbuffers teximage |