Navigation



Ignore:
Timestamp:
Dec 3, 2010, 6:29:51 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Attempting to improve python wrapper usability (work in progress)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dbg_interactive/CMakeLists.txt

    r609 r618  
    1313SET(CMAKE_SWIG_FLAGS "")
    1414
    15 # We create the module even if we don't use it, so that intermediate values are defined
     15# Add the dependencies for re-swig-ing the file
     16SET(SWIG_MODULE_diwrap_EXTRA_DEPS
     17        ${CMAKE_BINARY_DIR}/include/freeDiameter/freeDiameter-host.h
     18        ${CMAKE_SOURCE_DIR}/include/freeDiameter/libfreeDiameter.h
     19        ${CMAKE_SOURCE_DIR}/include/freeDiameter/freeDiameter.h)
     20
     21# We create the module even if we don't use it, so that intermediate values are defined (OK, this is stupid...)
    1622SWIG_ADD_MODULE(diwrap python diwrap.i)
    1723
Note: See TracChangeset for help on using the changeset viewer.