From 32d0c74cbcf9421ba9eb75ef3b759099994e7df7 Mon Sep 17 00:00:00 2001 From: fatray Date: Tue, 24 Jun 2008 00:32:45 +0000 Subject: [PATCH] STATmaIC typo, and removed nonexistant PipelineContext git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1053 6778bc44-b910-0410-a7a0-be141de4315d --- src/projectM-engine/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/projectM-engine/CMakeLists.txt b/src/projectM-engine/CMakeLists.txt index 2781e7605..7f4a93a6c 100644 --- a/src/projectM-engine/CMakeLists.txt +++ b/src/projectM-engine/CMakeLists.txt @@ -12,7 +12,7 @@ OPTION (USE_NATIVE_GLEW "Use projectM's native implemention of GLEW." OFF) #OPTION (FTGL_STATIC "Build the projectM target library in the platform's native static (NOT shared) format." OFF) -OPTION (BUILD_PROJECTM_STATmaIC "Build the projectM target library in the platform's native static (NOT shared) format." OFF) +OPTION (BUILD_PROJECTM_STATIC "Build the projectM target library in the platform's native static (NOT shared) format." OFF) SET(SOIL_SOURCES image_DXT.c image_helper.c SOIL.c stb_image_aug.c) if (USE_NATIVE_GLEW) @@ -29,7 +29,7 @@ SET(projectM_SOURCES projectM.cpp FBO.cpp InitCond.cpp Func.cpp Eval.cpp PerFrameEqn.cpp PerPointEqn.cpp fftsg.cpp KeyHandler.cpp timer.cpp wipemalloc.cpp BuiltinFuncs.cpp BuiltinParams.cpp Renderer.cpp PresetLoader.cpp PresetChooser.cpp PresetFrameIO.cpp PresetMerge.cpp -ConfigFile.cpp IdlePreset.cpp TextureManager.cpp TimeKeeper.cpp PipelineContext.cpp Filters.cpp Renderable.cpp Pipeline.cpp PerPixelMesh.cpp ${GLEW_SOURCES}) +ConfigFile.cpp IdlePreset.cpp TextureManager.cpp TimeKeeper.cpp Filters.cpp Renderable.cpp Pipeline.cpp PerPixelMesh.cpp ${GLEW_SOURCES}) if (USE_DEVIL) SET (projectM_SOURCES ${projectM_SOURCES})