From 23e4c03efcd05f17a5372fa8e4d693187f06ccf7 Mon Sep 17 00:00:00 2001 From: Alessio Quaglino Date: Wed, 12 Oct 2022 08:33:02 -0700 Subject: [PATCH] Add plugin subdirectory to the tests. PiperOrigin-RevId: 480631088 Change-Id: I7e80f942efed56d47f503c773f3e9ed5295c4917 --- test/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 1386df67..860b079d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -65,3 +65,7 @@ add_subdirectory(engine) add_subdirectory(sample) add_subdirectory(user) add_subdirectory(xml) + +if(NOT WIN32) + add_subdirectory(plugin/elasticity) +endif()