Changeset 419

Show
Ignore:
Timestamp:
07/17/09 14:40:39 (15 years ago)
Author:
vbarta
Message:

added basic smart pointer

Location:
library
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/CMakeLists.txt

    r394 r419  
    1313 
    1414# Normal BDM library 
    15 add_library (bdm STATIC bdmroot.cpp bdmroot.h itpp_ext.cpp itpp_ext.h osutils.cpp osutils.h ${bdm_base} ${bdm_math} ${bdm_stat} ${bdm_estim} ${bdm_mex}  ${bdm_user_info}) 
     15add_library (bdm STATIC bdmroot.cpp bdmroot.h itpp_ext.cpp itpp_ext.h osutils.cpp osutils.h shared_ptr.h ${bdm_base} ${bdm_math} ${bdm_stat} ${bdm_estim} ${bdm_mex}  ${bdm_user_info}) 
  • library/tests/CMakeLists.txt

    r418 r419  
    4242 
    4343# using UnitTest++ 
    44 add_executable(testsuite testsuite.cpp test_user_info.cpp) 
     44add_executable(testsuite testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 
    4545target_link_libraries(testsuite bdm itpp unittest) 
    4646