From b5bc962e834992eeba2abdd10f6e37ee2ba20295 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 19 Mar 2018 21:39:09 -0700 Subject: ray: libize raytracer core, introduces src/libs This is the first step of breaking out all the core rendering stuffs into reusable libraries and making modules purely compositional, consumers of various included rendering/effects libraries. Expect multiple modules leveraging libray for a variety of scenes and such. Also expect compositions mixing the various libraries for more interesting visuals. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 578e420..ced42a7 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,8 @@ LIBS="$LIBS $SDL_LIBS" AC_CONFIG_FILES([ Makefile src/Makefile + src/libs/Makefile + src/libs/ray/Makefile src/modules/Makefile src/modules/julia/Makefile src/modules/plasma/Makefile -- cgit v1.2.1