diff options
author | Brody Kenrick <user.fake@server.userfake> | 2013-12-11 06:59:38 (GMT) |
---|---|---|
committer | Brody Kenrick <user.fake@server.userfake> | 2013-12-11 06:59:38 (GMT) |
commit | 4552d2d26352330ea0786dc65bc8f49328f90e02 (patch) | |
tree | ddc242d39d1329134a8ca99dc0f3703a97696504 /tests | |
parent | 745664f1266b3a46898c671ba17db21df19adebf (diff) |
Add back in GL and GLIB2 links for tests-core
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e590070..519f1e1 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -588,7 +588,7 @@ set(OFFSCREEN_SOURCES ../src/OpenCSGRenderer.cc) add_library(tests-core STATIC ${CORE_SOURCES}) -target_link_libraries(tests-core) +target_link_libraries(tests-core ${OPENGL_LIBRARIES} ${GLIB2_LIBRARIES} ) set(TESTS-CORE-LIBRARIES ${OPENGL_LIBRARIES} ${GLIB2_LIBRARIES} ${Boost_LIBRARIES} ) add_library(tests-common STATIC ${COMMON_SOURCES}) |