mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
CMake: Install the Interrogated _igate libraries. (Temporary; part of the dependency hack.)
This commit is contained in:
parent
5e77793b0f
commit
1d2561b012
@ -241,6 +241,7 @@ function(add_python_module module)
|
||||
# against the component library in question.
|
||||
add_library(${target}_igate ${target}_igate.cxx)
|
||||
list(APPEND HACKlinklibs "${target}_igate")
|
||||
install(TARGETS ${target}_igate DESTINATION lib)
|
||||
|
||||
get_target_property(target_links "${target}" LINK_LIBRARIES)
|
||||
target_link_libraries(${target}_igate ${target_links})
|
||||
|
Loading…
x
Reference in New Issue
Block a user