Navigation



Ignore:
Timestamp:
Dec 14, 2010, 11:52:28 AM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Improvements to usability, still work ongoing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dbg_interactive/CMakeLists.txt

    r624 r625  
    4242    "fDpy-inc.c"
    4343    MAIN_DEPENDENCY "${swig_extra_generated_files}"
    44     COMMENT "Converting swig proxy class to C string")
     44    COMMENT "Shadow definitions")
    4545
    4646# Ensure that the generated source files are removed
     
    5555TARGET_LINK_LIBRARIES(dbg_interactive ${PYTHON_LIBRARIES})
    5656
     57
     58####
     59## INSTALL section ##
     60
     61INSTALL(TARGETS dbg_interactive
     62        LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
     63        COMPONENT freeDiameter-debug-tools)
Note: See TracChangeset for help on using the changeset viewer.