From 9a7dd0a0770178529c704c08bc446e3533b1f3e5 Mon Sep 17 00:00:00 2001 From: Julian Laubstein Date: Wed, 4 Nov 2015 22:32:11 +0100 Subject: Outsourced all libraries into submodules --- lib/expat | 1 + lib/expat/CMakeLists.txt | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) create mode 160000 lib/expat delete mode 100644 lib/expat/CMakeLists.txt (limited to 'lib/expat/CMakeLists.txt') diff --git a/lib/expat b/lib/expat new file mode 160000 index 000000000..1ea880446 --- /dev/null +++ b/lib/expat @@ -0,0 +1 @@ +Subproject commit 1ea880446a6288a0ab868d1b9ee7cede95b298de diff --git a/lib/expat/CMakeLists.txt b/lib/expat/CMakeLists.txt deleted file mode 100644 index a23f16609..000000000 --- a/lib/expat/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ - -cmake_minimum_required (VERSION 2.6) -project (expat) - -file(GLOB SOURCE - "*.c" - "*.h" -) - -# Set files to go to a "Sources" folder in MSVC project files: -if (MSVC) - source_group("Sources" FILES ${SOURCE}) -endif() - -add_library(expat ${SOURCE}) -- cgit v1.2.3