# Set the project name
project (subproject1)

# Add an executable with the above sources
add_executable(${PROJECT_NAME} main1.cpp)
