diff options
author | Renato Filho <renato.filho@openbossa.org> | 2010-05-20 19:01:00 -0300 |
---|---|---|
committer | Renato Filho <renato.filho@openbossa.org> | 2010-05-20 19:48:51 -0300 |
commit | d9be18983480567acc800258c1a2b05e0af8ab03 (patch) | |
tree | bf3ca00b4093a525221ede11b5b381e65b6fdc37 /PySide/phonon/CMakeLists.txt | |
parent | 9d8f595e29419d441b7d00279f12ea4f56742ad4 (diff) | |
download | shiboken-d9be18983480567acc800258c1a2b05e0af8ab03.tar.gz shiboken-d9be18983480567acc800258c1a2b05e0af8ab03.tar.xz shiboken-d9be18983480567acc800258c1a2b05e0af8ab03.zip |
Includes the postfixes in the install target (allows debug build)
Author: Didier Raboud <didier@raboud.com>
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide/phonon/CMakeLists.txt')
-rw-r--r-- | PySide/phonon/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/phonon/CMakeLists.txt b/PySide/phonon/CMakeLists.txt index 1433151d..01b1f6ab 100644 --- a/PySide/phonon/CMakeLists.txt +++ b/PySide/phonon/CMakeLists.txt @@ -62,7 +62,7 @@ target_link_libraries(phonon add_dependencies(phonon QtGui) # install -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/phonon.so +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/phonon${CMAKE_DEBUG_POSTFIX}.so DESTINATION ${SITE_PACKAGE}/PySide) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/phonon/pyside_phonon_python.h DESTINATION include/PySide/phonon/) |