Skip to content

πŸ‹πŸ½ Various laboratory and homework, as well as sketches, created during the course at IMIT OmSU.

License

Notifications You must be signed in to change notification settings

ars-kalinichenko/OmSU_1_course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

OmSU_1_course (2020-2021)

GitHub license Project Language

About project:

πŸ™‹πŸ» The project contains laboratory work, seminars, and individual homework assignments.

Project structure

  • Bakhta/individual_homework - Large individual works, which were given for 2 weeks - a month
  • Bakhta/labs - Small assignments that prepare for individual assignments
  • Backhta/seminars - Mainly on algorithms, data structures and more complex things

In each of the directories listed above, there are directories: src (stores the source code, as well as CMakeLists.txt for building the project), include (stores the header files).

How do I run one of the subprojects (seminars, labs, ihws)?

In OmSU_1_course/CMakeLists.txt change this line:

# set your path to subproject(seminars, labs, individual homeworks)
set(MAIN_DIR ${PROJECT_SOURCE_DIR}/Bakhta/seminars/seminar_9)
# or
set(MAIN_DIR ${PROJECT_SOURCE_DIR}/Bakhta/individual_homework/ihw_2_1)

If you are using clion, then copy the entire project, "Add configuration" -> "Cmake Application". Other times google how to run cmake projects <your IDE>.

About

πŸ‹πŸ½ Various laboratory and homework, as well as sketches, created during the course at IMIT OmSU.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published