From f4ea5bce25103216b10c1fe629ce48a57b0ec604 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 25 Jan 2021 22:47:39 +0100 Subject: [PATCH] :alembic: add Dart --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 58573b0af..d67048aa1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,6 +116,7 @@ CONFIGURE_FILE( ## create and configure the unit test target ## if (JSON_BuildTests) + include(Dart) include(CTest) enable_testing() add_subdirectory(test)