From 095be9811eaccd92cee156b4c486fb92b77cdcd2 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 4 Apr 2011 00:01:39 +0200 Subject: Threaded VBO creation. A secondary memory-mapped VBO is filled in a separate thread, which replaces the main VBO when work is done. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 1e7d2e3..ee8efa8 100644 --- a/SConstruct +++ b/SConstruct @@ -8,7 +8,7 @@ AddOption('--release', action = 'store_true') AddOption('--profiling', action = 'store_true') env.Append(CPPPATH = ['.']) -env.Append(LIBS = ['GL', 'GLU']) +env.Append(LIBS = ['GL', 'GLU', 'boost_thread']) env.ParseConfig('sdl-config --cflags --libs') env.ParseConfig('pkg-config --cflags --libs SDL_image') env.ParseConfig('pkg-config --cflags --libs ftgl') -- cgit v1.2.3