|
Lines 58-64
Link Here
|
| 58 |
endif () |
58 |
endif () |
| 59 |
string(TOLOWER ${class} _class) |
59 |
string(TOLOWER ${class} _class) |
| 60 |
string(TOUPPER ${module} _module) |
60 |
string(TOUPPER ${module} _module) |
| 61 |
if (${namespace}) |
61 |
if (_namespace) |
| 62 |
set(_cppfile ${CMAKE_CURRENT_BINARY_DIR}/PySide/${module}/${_namespace}_${_class}_wrapper.cpp) |
62 |
set(_cppfile ${CMAKE_CURRENT_BINARY_DIR}/PySide/${module}/${_namespace}_${_class}_wrapper.cpp) |
| 63 |
else () |
63 |
else () |
| 64 |
set(_cppfile ${CMAKE_CURRENT_BINARY_DIR}/PySide/${module}/${_class}_wrapper.cpp) |
64 |
set(_cppfile ${CMAKE_CURRENT_BINARY_DIR}/PySide/${module}/${_class}_wrapper.cpp) |