From 684d912ca9f54ca6df4366ec2dd6c6df75feb10e Mon Sep 17 00:00:00 2001 From: Moody Date: Thu, 7 Apr 2022 13:36:54 +0100 Subject: [PATCH] export `uvwConfig` to build a uvw submodule statically (#264) --- 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