diff options
author | Brian Paul <[email protected]> | 2010-03-10 11:51:44 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-03-10 11:52:07 -0700 |
commit | 9a7ba79b2bb60d83fc3bc04280e64cc564cb8760 (patch) | |
tree | 4a3c6593a647ab58b6ff41fed91a9c836bb6240b /progs/trivial/Makefile | |
parent | f6d210c284751ac50a8d6358de7e75a1ff1e4ac7 (diff) |
progs/trivial: added clear-fbo-scissor.c to test scissored clear of FBO
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index b4a903cb68f..a10748f9487 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -11,6 +11,7 @@ include $(TOP)/configs/current LIBS = -L$(TOP)/$(LIB_DIR) -l $(GLEW_LIB) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS) SOURCES = \ + clear-fbo-scissor.c \ clear-fbo-tex.c \ clear-fbo.c \ clear-scissor.c \ |