Browse Source

Add missing optional Cg library link target to gobj.

kestred 12 years ago
parent
commit
a8207d109a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/gobj/CMakeLists.txt

+ 1 - 1
panda/src/gobj/CMakeLists.txt

@@ -144,7 +144,7 @@ set(P3GOBJ_SOURCES
 composite_sources(p3gobj P3GOBJ_SOURCES)
 add_library(p3gobj ${P3GOBJ_HEADERS} ${P3GOBJ_SOURCES})
 target_link_libraries(p3gobj p3gsgbase p3pnmimage
-  ${_ZLIB_LIBRARIES} ${_SQUISH_LIBRARY})
+  ${_ZLIB_LIBRARIES} ${_SQUISH_LIBRARY} ${_CG_LIBRARIES})
 target_interrogate(p3gobj ALL)
 
 #begin test_bin_target