project(HadamardProduct) cmake_minimum_required(VERSION 3.0) add_definitions(-O3) add_executable(hadamard_product main.cpp)