Fix linker error for test

This commit is contained in:
Thomas Geymayer
2013-04-26 23:48:25 +02:00
parent 4eabc45dfc
commit eaac3a64f8

View File

@@ -377,7 +377,8 @@ if(ENABLE_TESTS)
if(NOT SIMGEAR_HEADLESS)
set( TEST_LIBS
SimGearScene
${TEST_LIBS})
${TEST_LIBS}
${OPENGL_LIBRARIES})
endif()
else()
message(STATUS "Tests: DISABLED")