From d1fe0d2dcc30a76055d6423805f8e0108b4b64be Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Thu, 26 Jul 2012 19:05:09 +0200 Subject: Lighting - fixed problems with lighting - added light_test --- src/graphics/opengl/test/CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/graphics/opengl/test/CMakeLists.txt') diff --git a/src/graphics/opengl/test/CMakeLists.txt b/src/graphics/opengl/test/CMakeLists.txt index f49fbac..793e858 100644 --- a/src/graphics/opengl/test/CMakeLists.txt +++ b/src/graphics/opengl/test/CMakeLists.txt @@ -55,6 +55,15 @@ set(TRANSFORM_SOURCES transform_test.cpp ) +set(LIGHT_SOURCES +../gldevice.cpp +../../../common/logger.cpp +../../../common/image.cpp +../../../common/iman.cpp +../../../app/system.cpp +light_test.cpp +) + include_directories(../../../ ${CMAKE_CURRENT_BINARY_DIR}) set(LIBS @@ -73,3 +82,6 @@ target_link_libraries(model_test ${LIBS}) add_executable(transform_test ${TRANSFORM_SOURCES}) target_link_libraries(transform_test ${LIBS}) + +add_executable(light_test ${LIGHT_SOURCES}) +target_link_libraries(light_test ${LIBS}) \ No newline at end of file -- cgit v1.2.3-1-g7c22