From 1c42c91c828226a8b5bcd794c4b93fa382ec3c8f Mon Sep 17 00:00:00 2001 From: "Jonathan M. Waldrop" Date: Thu, 23 Oct 2025 15:05:06 -0500 Subject: [PATCH] Update CMakeLists.txt to add package --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0980ea7..672b7bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,3 +86,5 @@ if("${BUILD_TESTING}") ) endif() endif() + +cmaize_add_package(${PROJECT_NAME} NAMESPACE nwx::)