Selaa lähdekoodia

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

Sam Edwards 12 vuotta sitten
vanhempi
sitoutus
1d2561b012
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      cmake/macros/Interrogate.cmake

+ 1 - 0
cmake/macros/Interrogate.cmake

@@ -241,6 +241,7 @@ function(add_python_module module)
       # against the component library in question.
       # against the component library in question.
       add_library(${target}_igate ${target}_igate.cxx)
       add_library(${target}_igate ${target}_igate.cxx)
       list(APPEND HACKlinklibs "${target}_igate")
       list(APPEND HACKlinklibs "${target}_igate")
+      install(TARGETS ${target}_igate DESTINATION lib)
 
 
       get_target_property(target_links "${target}" LINK_LIBRARIES)
       get_target_property(target_links "${target}" LINK_LIBRARIES)
       target_link_libraries(${target}_igate ${target_links})
       target_link_libraries(${target}_igate ${target_links})