Skip to content

Commit

Permalink
Added Doxygen support.
Browse files Browse the repository at this point in the history
Closes #24. Closes #26.
  • Loading branch information
xvitaly committed Apr 26, 2020
1 parent 94f3d51 commit 70bd0d4
Show file tree
Hide file tree
Showing 9 changed files with 485 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@
*.exe
*.out
*.app

# Doxygen output
/doxyout

1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ project(zswap-cli LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

include(cmake/Settings.cmake)
include(cmake/External.cmake)

include_directories("src/app")
Expand Down
Loading

0 comments on commit 70bd0d4

Please sign in to comment.