nestlog: + ex2 + expand README.md

This commit is contained in:
Roland Conybeare 2023-09-11 16:24:46 -04:00
commit c32699ae14
4 changed files with 96 additions and 5 deletions

View file

@ -0,0 +1,3 @@
add_executable(ex2 ex2.cpp)
target_include_directories(ex2 PUBLIC ${PROJECT_SOURCE_DIR}/include)