Support building contrib utils from cmake

This commit is contained in:
Milan Ševčík
2017-02-28 10:57:09 +01:00
parent 1d7f30f9d4
commit 59709d97d9
3 changed files with 48 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# ################################################################
# * Copyright (c) 2015-present, Yann Collet, Facebook, Inc.
# * All rights reserved.
# *
# * This source code is licensed under the BSD-style license found in the
# * LICENSE file in the root directory of this source tree. An additional grant
# * of patent rights can be found in the PATENTS file in the same directory.
#
# You can contact the author at :
# - zstd homepage : http://www.zstd.net/
# ################################################################
PROJECT(contrib)
ADD_SUBDIRECTORY(pzstd)