From eaef88de2bc8b77c8f16eabc718b1f9426f980af Mon Sep 17 00:00:00 2001 From: Moody Date: Thu, 7 Apr 2022 12:41:09 +0100 Subject: [PATCH] export `uvwConfig` to build a uvw submodule statically --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82e98de5..1d9982a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -199,6 +199,7 @@ if(FETCH_LIBUV AND BUILD_UVW_LIBS) endif() endif(FETCH_LIBUV AND BUILD_UVW_LIBS) +export(EXPORT uvwConfig) ### Testing