refactor: move impl into .cpp + fix include paths

This commit is contained in:
Roland Conybeare 2023-10-11 19:19:44 -04:00
commit 38b8f34b28
9 changed files with 123 additions and 50 deletions

View file

@ -1,4 +1,6 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(callback)
include("${CMAKE_CURRENT_LIST_DIR}/webutilTargets.cmake")
check_required_components("@PROJECT_NAME@")