From d9be18983480567acc800258c1a2b05e0af8ab03 Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Thu, 20 May 2010 19:01:00 -0300 Subject: Includes the postfixes in the install target (allows debug build) Author: Didier Raboud Reviewer: Hugo Parente Lima , Luciano Wolf --- PySide/phonon/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PySide/phonon/CMakeLists.txt') diff --git a/PySide/phonon/CMakeLists.txt b/PySide/phonon/CMakeLists.txt index 1433151de..01b1f6ab5 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/) -- cgit v1.2.3