add Q&A section to readme

This commit is contained in:
Lars Melchior 2020-04-13 17:06:50 +02:00
parent 3507aa0a21
commit c2d7dff1a8
2 changed files with 29 additions and 9 deletions

View file

@ -21,9 +21,8 @@ FILE(GLOB_RECURSE headers "${CMAKE_CURRENT_SOURCE_DIR}/include/*.h")
FILE(GLOB_RECURSE sources "${CMAKE_CURRENT_SOURCE_DIR}/source/*.cpp")
# ---- Add dependencies via CPM (if required) ----
# Example: cxxopts
# see https://github.com/TheLartians/CPM.cmake for more info
# include(cmake/CPM.cmake)
# CPMAddPackage(