indentlog: + hello example + cmake install attempt

This commit is contained in:
Roland Conybeare 2023-09-19 14:34:41 -04:00
commit 468c525470
6 changed files with 25 additions and 14 deletions

View file

@ -1,6 +0,0 @@
# header-only library
add_library(indentlog INTERFACE)
target_include_directories(indentlog INTERFACE
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>
)