comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:add35537fdbb
1 set(JSON_SOURCES
2 json_reader.cpp
3 json_value.cpp
4 json_writer.cpp
5 )
6
7 add_library(json STATIC ${JSON_SOURCES})
8