CMake: Link pgraph against all libraries that it needs.

This commit is contained in:
Sam Edwards
2014-01-30 12:41:13 -07:00
parent 7fa2279eeb
commit 3960f330ab

View File

@@ -198,9 +198,8 @@ set(P3PGRAPH_SOURCES
composite_sources(p3pgraph 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)
# p3gobj p3event p3gsgbase p3putil p3linmath p3downloader
#begin test_bin_target