Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Luohaothu committed Jun 7, 2022
1 parent aa45b12 commit cb34a0e
Show file tree
Hide file tree
Showing 16 changed files with 18,386 additions and 27 deletions.
10 changes: 8 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
cmake_minimum_required(VERSION 3.13)
project(cpp4fun)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)

add_subdirectory(cpp_thread)

add_subdirectory(meta_programming)
add_subdirectory(meta_programming)

add_subdirectory(Catch2Frame)

add_subdirectory(static_dispatch)

add_subdirectory(huawei)
3 changes: 3 additions & 0 deletions Catch2Frame/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
project(Catch2)

add_executable(Catch2 main.cpp)
Loading

0 comments on commit cb34a0e

Please sign in to comment.