From 806c75652aa953f1eacb233330b0450a5d1a7e02 Mon Sep 17 00:00:00 2001 From: Jippe Holwerda Date: Thu, 25 Feb 2016 19:30:03 +0100 Subject: [PATCH] Put CMakeLists.txt in the project root. Having CMakeLists.txt in the project root makes it so much easier to use pugixml as an external dependency in another CMake project. --- scripts/CMakeLists.txt => CMakeLists.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/CMakeLists.txt => CMakeLists.txt (100%) diff --git a/scripts/CMakeLists.txt b/CMakeLists.txt similarity index 100% rename from scripts/CMakeLists.txt rename to CMakeLists.txt