CMake: Install the Interrogated _igate libraries. (Temporary; part of the dependency hack.)

This commit is contained in:
Sam Edwards 2014-02-04 23:10:56 -07:00
parent 5e77793b0f
commit 1d2561b012

View File

@ -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})