Skip to content

Commit

Permalink
used c++ lambda to sort shapes in shape sorter
Browse files Browse the repository at this point in the history
  • Loading branch information
Oluwaseun Jimoh committed May 29, 2024
1 parent 448e139 commit bc7e867
Show file tree
Hide file tree
Showing 27 changed files with 229 additions and 1,458 deletions.
2 changes: 1 addition & 1 deletion exercises-cpp/jimoh_yusuf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required ( VERSION 3.14 )
cmake_minimum_required ( VERSION 3.5 )

project(newstarter)

Expand Down
7 changes: 2 additions & 5 deletions exercises-cpp/jimoh_yusuf/ex01_basics/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required ( VERSION 2.8.5 )
cmake_minimum_required ( VERSION 3.5)

###############################################################################
# Setup
Expand All @@ -22,10 +22,7 @@ set ( SRC_FILES
)

set ( HDR_FILES
../ex02_oo_basics/src/Rectangle.cpp
../ex02_oo_basics/src/Rectangle.h
../ex02_oo_basics/src/Circle.cpp
../ex02_oo_basics/src/Circle.h


# add any additional header files here
)
Expand Down
Loading

0 comments on commit bc7e867

Please sign in to comment.