Bläddra i källkod

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

Sam Edwards 12 år sedan
förälder
incheckning
1d2561b012
1 ändrade filer med 1 tillägg och 0 borttagningar
  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.
       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})