diff options
author | Marcelo Lira <marcelo.lira@openbossa.org> | 2011-01-12 13:26:53 -0300 |
---|---|---|
committer | Marcelo Lira <marcelo.lira@openbossa.org> | 2011-01-31 14:47:48 -0300 |
commit | 42597474323b837bcaf5486b4b342dd4d10739d8 (patch) | |
tree | d1c8080df61acead86667c3040f463a791692e76 /tests/otherbinding | |
parent | 47c7ea62996992d5e6b68f67c914f7d7bdf71864 (diff) | |
download | shiboken-42597474323b837bcaf5486b4b342dd4d10739d8.tar.gz shiboken-42597474323b837bcaf5486b4b342dd4d10739d8.tar.xz shiboken-42597474323b837bcaf5486b4b342dd4d10739d8.zip |
Shiboken executable calls GeneratorRunner with the renamed "--generator-set" argument.
Diffstat (limited to 'tests/otherbinding')
-rw-r--r-- | tests/otherbinding/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/otherbinding/CMakeLists.txt b/tests/otherbinding/CMakeLists.txt index ebea9125..66e655c3 100644 --- a/tests/otherbinding/CMakeLists.txt +++ b/tests/otherbinding/CMakeLists.txt @@ -14,7 +14,8 @@ ${CMAKE_CURRENT_BINARY_DIR}/other/other_module_wrapper.cpp ) add_custom_command(OUTPUT ${other_SRC} -COMMAND ${GENERATORRUNNER_BINARY} --generatorSet=${generators_BINARY_DIR}/shiboken_generator${CMAKE_RELEASE_POSTFIX}${CMAKE_DEBUG_POSTFIX} --enable-parent-ctor-heuristic +COMMAND ${GENERATORRUNNER_BINARY} --generator-set=${generators_BINARY_DIR}/shiboken_generator${CMAKE_RELEASE_POSTFIX}${CMAKE_DEBUG_POSTFIX} + --enable-parent-ctor-heuristic ${CMAKE_CURRENT_SOURCE_DIR}/global.h --include-paths=${libother_SOURCE_DIR}${PATH_SEP}${libsample_SOURCE_DIR}${PATH_SEP}${libsample_SOURCE_DIR}/.. --typesystem-paths=${CMAKE_CURRENT_SOURCE_DIR}${PATH_SEP}${sample_SOURCE_DIR} |