diff options
author | Luciano Wolf <luciano.wolf@openbossa.org> | 2010-04-14 19:14:21 -0300 |
---|---|---|
committer | Luciano Wolf <luciano.wolf@openbossa.org> | 2010-04-21 12:26:52 -0300 |
commit | da4915fd1ddfd1e04a6ef21b0117d83fc7fe2d5d (patch) | |
tree | f3e5320f87887ddd64d4760afb020d2b995205a6 /tests/samplebinding/CMakeLists.txt | |
parent | f0f1aa01139a073430eb2c5feb767dedc45d3b4f (diff) | |
download | shiboken-da4915fd1ddfd1e04a6ef21b0117d83fc7fe2d5d.tar.gz shiboken-da4915fd1ddfd1e04a6ef21b0117d83fc7fe2d5d.tar.xz shiboken-da4915fd1ddfd1e04a6ef21b0117d83fc7fe2d5d.zip |
Support to "only private constructor available" case.
Diffstat (limited to 'tests/samplebinding/CMakeLists.txt')
-rw-r--r-- | tests/samplebinding/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/samplebinding/CMakeLists.txt b/tests/samplebinding/CMakeLists.txt index 7510b5b3..06e35ecb 100644 --- a/tests/samplebinding/CMakeLists.txt +++ b/tests/samplebinding/CMakeLists.txt @@ -45,6 +45,7 @@ ${CMAKE_CURRENT_BINARY_DIR}/sample/pairuser_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/point_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/pointerholder_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/polygon_wrapper.cpp +${CMAKE_CURRENT_BINARY_DIR}/sample/privatector_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/privatedtor_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/protectednonpolymorphic_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/protectedpolymorphic_wrapper.cpp |