project(HadamardProductProfiling) cmake_minimum_required(VERSION 3.0) add_definitions(-O3) add_executable(hadamard_product_profiling main.cpp)