project(HadamardProductMemoryLeak) cmake_minimum_required(VERSION 3.0) add_definitions(-O3) add_executable(hadamard_product_memory_leak main.cpp)