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/luaexpat | 1 + lib/luaexpat/CMakeLists.txt | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) create mode 160000 lib/luaexpat delete mode 100644 lib/luaexpat/CMakeLists.txt (limited to 'lib/luaexpat/CMakeLists.txt') diff --git a/lib/luaexpat b/lib/luaexpat new file mode 160000 index 000000000..e88c2efe9 --- /dev/null +++ b/lib/luaexpat @@ -0,0 +1 @@ +Subproject commit e88c2efe972bdb1e882ab31dae633a6f39b24c8e diff --git a/lib/luaexpat/CMakeLists.txt b/lib/luaexpat/CMakeLists.txt deleted file mode 100644 index f6b21c1d7..000000000 --- a/lib/luaexpat/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ - -cmake_minimum_required (VERSION 2.6) -project (luaexpat) - -include_directories ("${PROJECT_SOURCE_DIR}/../../src/") -include_directories ("${PROJECT_SOURCE_DIR}/../") - -file(GLOB SOURCE - "*.c" - "*.h" -) - -add_library(luaexpat ${SOURCE}) - -target_link_libraries(luaexpat expat) -- cgit v1.2.3