mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
cmake: Clean up some pandatool link hacks.
This commit is contained in:
parent
a32ace7391
commit
ae10462b58
@ -1,6 +1,5 @@
|
|||||||
add_executable(bam-info bamInfo.cxx bamInfo.h)
|
add_executable(bam-info bamInfo.cxx bamInfo.h)
|
||||||
target_link_libraries(bam-info p3progbase p3pgraph p3pgraphnodes p3recorder p3pystub
|
target_link_libraries(bam-info p3progbase p3pgraphnodes p3recorder)
|
||||||
p3display) # This is a HACK for now -- fix Interrogate
|
|
||||||
install(TARGETS bam-info DESTINATION bin)
|
install(TARGETS bam-info DESTINATION bin)
|
||||||
|
|
||||||
add_executable(egg2bam eggToBam.cxx eggToBam.h)
|
add_executable(egg2bam eggToBam.cxx eggToBam.h)
|
||||||
@ -12,5 +11,5 @@ target_link_libraries(bam2egg p3converter p3eggbase p3progbase)
|
|||||||
install(TARGETS bam2egg DESTINATION bin)
|
install(TARGETS bam2egg DESTINATION bin)
|
||||||
|
|
||||||
add_executable(pts2bam ptsToBam.cxx ptsToBam.h)
|
add_executable(pts2bam ptsToBam.cxx ptsToBam.h)
|
||||||
target_link_libraries(pts2bam p3progbase p3pgraph p3pgraphnodes p3egg2pg p3pystub)
|
target_link_libraries(pts2bam p3progbase p3pgraph p3pgraphnodes p3egg2pg)
|
||||||
install(TARGETS pts2bam DESTINATION bin)
|
install(TARGETS pts2bam DESTINATION bin)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user