Navigation Menu

Skip to content

Commit

Permalink
cmake: install missing pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 19, 2018
1 parent 00c14b7 commit 0f15a81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vendor/lz4/CMakeLists.txt
Expand Up @@ -84,7 +84,10 @@ if(GRN_WITH_BUNDLED_LZ4)
install(TARGETS lz4
DESTINATION "${BIN_DIR}")
if(MSVC AND CMAKE_VERSION VERSION_GREATER "3.1")
install(FILES $<TARGET_PDB_FILE:lz4>
install(
FILES
$<TARGET_PDB_FILE:liblz4>
$<TARGET_PDB_FILE:lz4>
DESTINATION "${BIN_DIR}"
OPTIONAL)
endif()
Expand Down

0 comments on commit 0f15a81

Please sign in to comment.