From e2549dfcb295b5c68ad540c71442d1524adb3d0f Mon Sep 17 00:00:00 2001 From: Tycho Bickerstaff Date: Thu, 19 Dec 2013 00:52:52 +0000 Subject: added expat as lua bindings dependincy --- lib/expat/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/expat/CMakeLists.txt (limited to 'lib/expat') diff --git a/lib/expat/CMakeLists.txt b/lib/expat/CMakeLists.txt new file mode 100644 index 000000000..df9e8d57c --- /dev/null +++ b/lib/expat/CMakeLists.txt @@ -0,0 +1,11 @@ + +cmake_minimum_required (VERSION 2.6) +project (expat) + +include_directories ("${PROJECT_SOURCE_DIR}/../../src/") + +file(GLOB SOURCE + "*.c" +) + +add_library(expat ${SOURCE}) -- cgit v1.2.3