feat: freestanding support added

Resolves #564, #565, and #556
This commit is contained in:
Mateusz Pusz
2024-05-30 19:50:02 +02:00
parent c151740a43
commit cd36e6f974
30 changed files with 387 additions and 60 deletions

View File

@@ -67,8 +67,10 @@ endif()
# add project code
add_subdirectory(src)
# add usage example
add_subdirectory(example)
if(!${projectPrefix}API_FREESTANDING)
# add usage example
add_subdirectory(example)
endif()
# add unit tests
enable_testing()