Changeset 419
- Timestamp:
- 07/17/09 14:40:39 (16 years ago)
- Location:
- library
- Files:
-
- 2 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/CMakeLists.txt
r394 r419 13 13 14 14 # 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})15 add_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 42 42 43 43 # using UnitTest++ 44 add_executable(testsuite testsuite.cpp test_user_info.cpp )44 add_executable(testsuite testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 45 45 target_link_libraries(testsuite bdm itpp unittest) 46 46