From: Wander Lairson Costa Date: Mon, 13 Jul 2020 19:12:25 +0000 (-0300) Subject: windows: Fix .pdb debug symbol file installation X-Git-Tag: dali_1.9.21~2^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=bbc0c95a2a516091e1f56417da59d1fe0533c14a;ds=inline windows: Fix .pdb debug symbol file installation On Windows, the pdb symbol file is located inside the `Debug` subdirectory. Change-Id: I73656a3e0740e68d4ffbecf4820de634ab398b24 --- diff --git a/build/tizen/CMakeLists.txt b/build/tizen/CMakeLists.txt index 22b28c3..e465353 100644 --- a/build/tizen/CMakeLists.txt +++ b/build/tizen/CMakeLists.txt @@ -344,7 +344,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