﻿# CMakeList.txt : CMake project for cmake, include source and define
# project specific logic here.
#
cmake_minimum_required (VERSION 3.8)

# Add source to this project's executable.
add_executable (fts_cmake_cpp_bench "../vs2019/fts_cpp_copy_bench.cpp" "../vs2019/by_copy.h" "../vs2019/by_ref.h")

# TODO: Add tests and install targets if needed.
