summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-24 16:31:46 (GMT)
committerBrad King <brad.king@kitware.com>2017-02-24 16:31:46 (GMT)
commitad3bf56dd210888c94fac33238b35ddccf3a8053 (patch)
tree8a5c48fe28f21cfca9b19ba0c6c5ca97742391e5 /Tests
parent8ea060f960c1aa9d2fd2da6a035f03a64d08863b (diff)
parentfeff52d42ca18a52fd99e8fdfd3093c3a94eb498 (diff)
downloadCMake-ad3bf56dd210888c94fac33238b35ddccf3a8053.zip
CMake-ad3bf56dd210888c94fac33238b35ddccf3a8053.tar.gz
CMake-ad3bf56dd210888c94fac33238b35ddccf3a8053.tar.bz2
Merge branch 'object-library-compile-pdb' into release
Diffstat (limited to 'Tests')
-rw-r--r--Tests/ObjectLibrary/A/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ObjectLibrary/A/CMakeLists.txt b/Tests/ObjectLibrary/A/CMakeLists.txt
index 188fd64..c185d75 100644
--- a/Tests/ObjectLibrary/A/CMakeLists.txt
+++ b/Tests/ObjectLibrary/A/CMakeLists.txt
@@ -21,3 +21,4 @@ add_custom_command(
add_library(A OBJECT a1.c a2.c a.cmake)
target_include_directories(A PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
+set_property(TARGET A PROPERTY COMPILE_PDB_NAME Apdb)