diff options
author | José Fonseca <jfonseca@vmware.com> | 2014-10-02 15:48:35 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2014-10-02 15:48:35 +0100 |
commit | 01e5c8561150f4f797d23b2df76edecf9efd8f51 (patch) | |
tree | 68991f89903f9807db3a1ba33e33e01e2960fb7e /cli | |
parent | 61c46938b7bb95de0dbd0b90cd76c84509d61307 (diff) |
cmake: Package/install .PDB files too.
Diffstat (limited to 'cli')
-rw-r--r-- | cli/CMakeLists.txt | 1 |
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) |