project(HelloWorld) set(SOURCES main.cpp ../ascii_table/main.cpp) add_executable(${PROJECT_NAME} ${SOURCES})