Changeset 1152 for applications/python

Show
Ignore:
Timestamp:
07/28/10 10:44:44 (14 years ago)
Author:
smidl
Message:

test for itpp way

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/python/CMakeLists.txt

    r1117 r1152  
    1616link_directories (${BDM_SOURCE_DIR}/bdm) 
    1717 
    18 #add_library(itpp_ext SHARED itpp_ext.cpp) 
    19 #TARGET_LINK_LIBRARIES(itpp_ext boost_python-mt itpp) 
     18add_library(itpp_ext SHARED itpp.cpp) 
     19TARGET_LINK_LIBRARIES(itpp_ext boost_python itpp) 
    2020 
    2121