From c5bae38411471448cd226fc91a116034e2757ab3 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Fri, 30 Oct 2009 13:49:14 -0300 Subject: added the Str class to libsample and test cases that check the __str__ implementation and a method that receives a C++ class reference through a Python type implictly convertible to said C++ class Reviewed by Hugo Lima --- tests/samplebinding/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/samplebinding/CMakeLists.txt') diff --git a/tests/samplebinding/CMakeLists.txt b/tests/samplebinding/CMakeLists.txt index 94de71102..2405f3bf6 100644 --- a/tests/samplebinding/CMakeLists.txt +++ b/tests/samplebinding/CMakeLists.txt @@ -27,6 +27,7 @@ ${CMAKE_CURRENT_BINARY_DIR}/sample/sample_module_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/samplenamespace_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/simplefile_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/size_wrapper.cpp +${CMAKE_CURRENT_BINARY_DIR}/sample/str_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/virtualmethods_wrapper.cpp ) -- cgit v1.2.3