rendering-in-cgi/Assignments/Assignment2/CMakeLists.txt
2024-05-14 11:47:15 +02:00

8 lines
250 B
CMake

cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR)
project(Assignment2)
add_executable(${PROJECT_NAME} "assignment2.cpp"
Application2.cpp
Application2.h
helper.hpp)
target_link_libraries(${PROJECT_NAME} PUBLIC CGI-framework)