summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2014-10-02 15:48:35 +0100
committerJosé Fonseca <jfonseca@vmware.com>2014-10-02 15:48:35 +0100
commit01e5c8561150f4f797d23b2df76edecf9efd8f51 (patch)
tree68991f89903f9807db3a1ba33e33e01e2960fb7e /cli
parent61c46938b7bb95de0dbd0b90cd76c84509d61307 (diff)
cmake: Package/install .PDB files too.
Diffstat (limited to 'cli')
-rw-r--r--cli/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt
index ae5fa85c..44d8578c 100644
--- a/cli/CMakeLists.txt
+++ b/cli/CMakeLists.txt
@@ -49,3 +49,4 @@ if (NOT CMAKE_CROSSCOMPILING)
endif ()
install (TARGETS apitrace RUNTIME DESTINATION bin)
+install_pdb (apitrace RUNTIME DESTINATION bin)