cmake: Clean up some pandatool link hacks.

This commit is contained in:
Sam Edwards 2016-12-03 15:59:59 -08:00
parent a32ace7391
commit ae10462b58

View File

@ -1,6 +1,5 @@
add_executable(bam-info bamInfo.cxx bamInfo.h)
target_link_libraries(bam-info p3progbase p3pgraph p3pgraphnodes p3recorder p3pystub
p3display) # This is a HACK for now -- fix Interrogate
target_link_libraries(bam-info p3progbase p3pgraphnodes p3recorder)
install(TARGETS bam-info DESTINATION bin)
add_executable(egg2bam eggToBam.cxx eggToBam.h)
@ -12,5 +11,5 @@ target_link_libraries(bam2egg p3converter p3eggbase p3progbase)
install(TARGETS bam2egg DESTINATION bin)
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)