From 158236b1da3be07360aa4af66575e72cabf2ecf9 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Thu, 10 Jun 2010 07:23:01 +0000 Subject: scripts: Added build scripts for various build systems (CMake, premake, VS2002-2010) git-svn-id: http://pugixml.googlecode.com/svn/trunk@506 99668b35-9821-0410-8761-19e4c4f06640 --- scripts/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/CMakeLists.txt (limited to 'scripts/CMakeLists.txt') diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt new file mode 100644 index 0000000..a589a93 --- /dev/null +++ b/scripts/CMakeLists.txt @@ -0,0 +1,5 @@ +project(pugixml) + +set(SOURCES ../src/pugixml.hpp ../src/pugiconfig.hpp ../src/pugixml.cpp ../src/pugixpath.cpp) + +add_library(pugixml STATIC ${SOURCES}) -- cgit v1.2.3