From 63fddfeb50bbd786826dd18be8851d0567cce041 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Mon, 18 Oct 2010 10:26:53 -0200 Subject: Fix bug#411 - "Incorrect return statement generated in a function that returns a reference" Reviewer: Luciano Wolf Marcelo Lira --- 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 3767a3a36..a0f68c543 100644 --- a/tests/samplebinding/CMakeLists.txt +++ b/tests/samplebinding/CMakeLists.txt @@ -43,6 +43,7 @@ ${CMAKE_CURRENT_BINARY_DIR}/sample/nondefaultctor_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/objecttype_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/objecttypelayout_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/objectview_wrapper.cpp +${CMAKE_CURRENT_BINARY_DIR}/sample/objtypereference_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/oddbooluser_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/overload_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/pairuser_wrapper.cpp -- cgit v1.2.3