I\'m building a kmeans executable from this cmake file:
# check the minimum version cmake_minimum_required( VERSION 3.16 ) # the project name project( kmeans )