Assignment1
This commit is contained in:
parent
d3bb49b3f5
commit
57ae058d9a
7 changed files with 444 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR)
|
||||
project(Assignment1)
|
||||
|
||||
add_executable(${PROJECT_NAME} "assignment1.cpp")
|
||||
add_executable(${PROJECT_NAME} "assignment1.cpp"
|
||||
Application1.cpp
|
||||
Application1.h
|
||||
helper.hpp)
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC CGI-framework)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue