From: Thomas Geymayer Date: Fri, 26 Apr 2013 21:48:25 +0000 (+0200) Subject: Fix linker error for test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eaac3a64f8d16d32b72537a56caa3760abccd10e;p=simgear.git Fix linker error for test --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b592c5cc..0a0d6278 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")