Browse Source

CMake: Link pgraph against all libraries that it needs.

Sam Edwards 12 years ago
parent
commit
3960f330ab
1 changed files with 1 additions and 2 deletions
  1. 1 2
      panda/src/pgraph/CMakeLists.txt

+ 1 - 2
panda/src/pgraph/CMakeLists.txt

@@ -198,9 +198,8 @@ set(P3PGRAPH_SOURCES
 
 
 composite_sources(p3pgraph P3PGRAPH_SOURCES)
 composite_sources(p3pgraph P3PGRAPH_SOURCES)
 add_library(p3pgraph ${P3PGRAPH_HEADERS} ${P3PGRAPH_SOURCES})
 add_library(p3pgraph ${P3PGRAPH_HEADERS} ${P3PGRAPH_SOURCES})
-target_link_libraries(p3pgraph p3gobj)
+target_link_libraries(p3pgraph p3gobj p3event p3gsgbase p3putil p3linmath p3downloader)
 target_interrogate(p3pgraph ALL)
 target_interrogate(p3pgraph ALL)
-    # p3gobj p3event p3gsgbase p3putil p3linmath p3downloader
 
 
 
 
 #begin test_bin_target
 #begin test_bin_target