]> git.proxmox.com Git - ceph.git/blob - ceph/src/s3select/example/CMakeLists.txt
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / s3select / example / CMakeLists.txt
1 add_executable(s3select_example s3select_example.cpp)
2 target_include_directories(s3select_example PUBLIC ../include)
3 target_link_libraries(s3select_example boost_date_time)
4
5 add_executable(generate_rand_csv generate_rand_csv.c)
6
7 add_custom_command(OUTPUT expr_genrator.py COMMAND cp ${CMAKE_CURRENT_SOURCE_DIR}/expr_genrator.py expr_genrator.py
8 COMMENT "Copy expr_genrator.py"
9 VERBATIM)
10
11 add_custom_target(expr_generator ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/expr_genrator.py)
12