mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-09 16:49:16 -06:00
CMake: Link pgraph against all libraries that it needs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user