updated filestructure and gitignore. uploading exam progress
This commit is contained in:
13
Exam/IKT203Exam/Submissions/Submission-03/CMakeLists.txt
Normal file
13
Exam/IKT203Exam/Submissions/Submission-03/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
# CMakeList.txt : CMake project for Submission-01, include source and define
|
||||
# project specific logic here.
|
||||
#
|
||||
|
||||
# Add source to this project's executable.
|
||||
add_executable (Submission-03 "main.cpp" "main.h")
|
||||
target_link_libraries(Submission-03 PRIVATE LibExample)
|
||||
|
||||
if (CMAKE_VERSION VERSION_GREATER 3.20)
|
||||
set_property(TARGET Submission-03 PROPERTY CXX_STANDARD 20)
|
||||
endif()
|
||||
|
||||
# TODO: Add tests and install targets if needed.
|
||||
Reference in New Issue
Block a user