]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/json/bench/CMakeLists.txt
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / json / bench / CMakeLists.txt
CommitLineData
20effc67
TL
1#
2# Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com)
3#
4# Distributed under the Boost Software License, Version 1.0. (See accompanying
5# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6#
7# Official repository: https://github.com/boostorg/json
8#
9
10source_group("" FILES
11 Jamfile
12 bench.cpp
13)
14
15add_executable(bench
16 Jamfile
17 bench.cpp
18)
19
20target_include_directories(bench PRIVATE ../test)
21target_link_libraries(bench PRIVATE Boost::json)