Mercurial > hg > gpsynth
view 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 source
set(JSON_SOURCES json_reader.cpp json_value.cpp json_writer.cpp ) add_library(json STATIC ${JSON_SOURCES})