From bded6c65d59b6da9e7cd6d4787e5f707a62a8285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Mon, 20 Aug 2018 13:32:44 +0200 Subject: [build] use plain text files for file lists to simplify integration with other build systems --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a02b4b9173..d524f2e754 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,16 +146,13 @@ if (COMMAND mbgl_filesource) include(cmake/filesource.cmake) endif() -include(cmake/core-files.cmake) include(cmake/core.cmake) if(COMMAND mbgl_platform_test) - include(cmake/test-files.cmake) include(cmake/test.cmake) endif() if(COMMAND mbgl_platform_benchmark) - include(cmake/benchmark-files.cmake) include(cmake/benchmark.cmake) endif() -- cgit v1.2.1