Skip to content

Commit

Permalink
Add empty example folder
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Sep 5, 2023
1 parent 4cdd26e commit 6413832
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

add_subdirectory(app)
add_subdirectory(example)
add_subdirectory(src)
add_subdirectory(test)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ int main(int argc, char *argv[])
}
```
Other examples can be found in the [example](example) folder.
## Prerequisites
- A C++17-compliant compiler
Expand Down
Empty file added example/CMakeLists.txt
Empty file.

0 comments on commit 6413832

Please sign in to comment.