diff third_party/json/CMakeLists.txt @ 0:add35537fdbb tip

Initial import
author irh <ian.r.hobson@gmail.com>
date Thu, 25 Aug 2011 11:05:55 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/third_party/json/CMakeLists.txt	Thu Aug 25 11:05:55 2011 +0100
@@ -0,0 +1,8 @@
+set(JSON_SOURCES
+  json_reader.cpp
+  json_value.cpp
+  json_writer.cpp
+)
+
+add_library(json STATIC ${JSON_SOURCES})
+