From: Wander Lairson Costa Date: Mon, 13 Jul 2020 18:56:55 +0000 (-0300) Subject: windows: Fix .pdb debug symbol file installation X-Git-Tag: dali_1.9.21~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=c9e596ea845ffeaccb655a43a2c844e5d1b1e73c;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git windows: Fix .pdb debug symbol file installation On Windows, the pdb symbol file is located inside the `Debug` subdirectory. Change-Id: Iad3de2a7d76a8f21b1d7d45b46a364919b5eae1d --- diff --git a/build/tizen/CMakeLists.txt b/build/tizen/CMakeLists.txt index 11754d6..6280e33 100644 --- a/build/tizen/CMakeLists.txt +++ b/build/tizen/CMakeLists.txt @@ -220,7 +220,7 @@ IF( INSTALL_CMAKE_MODULES ) # Install the pdb file. IF( ENABLE_DEBUG ) - install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${name}.pdb DESTINATION ${BIN_DIR} ) + install( FILES ${CMAKE_CURRENT_BINARY_DIR}/Debug/${name}.pdb DESTINATION ${BIN_DIR} ) ENDIF() ELSE() # Install the library so file and symlinks