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>
This commit is contained in:
parent
9d8f595e29
commit
d9be189834
17 changed files with 17 additions and 17 deletions
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue