CMake: Link pgraph against all libraries that it needs.
This commit is contained in:
parent
7fa2279eeb
commit
3960f330ab
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue