Install everything, not only libraries

This commit is contained in:
Milan Ševčík
2017-03-21 10:43:11 +01:00
parent ce11d77e4d
commit c2430434df
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -25,3 +25,4 @@ TARGET_LINK_LIBRARIES(pzstd libzstd_shared pthread)
SET_TARGET_PROPERTIES(pzstd PROPERTIES COMPILE_DEFINITIONS "NDEBUG")
SET_TARGET_PROPERTIES(pzstd PROPERTIES COMPILE_OPTIONS "-Wno-shadow")
INSTALL(TARGETS pzstd RUNTIME DESTINATION "bin")