cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR) project(Assignment1) add_executable(${PROJECT_NAME} "assignment1.cpp" Application1.cpp Application1.h helper.hpp) target_link_libraries(${PROJECT_NAME} PUBLIC CGI-framework)