# add source files
file(GLOB SRC_MAIN *.cpp)

add_executable(colmesh ${SRC_MAIN})
