flavio / qjson

QJson is a qt-based library that maps JSON data to QVariant objects.
http://qjson.sourceforge.net
GNU Lesser General Public License v2.1
288 stars 140 forks source link

cmake: added static library support #58

Closed drizt closed 10 years ago

drizt commented 10 years ago

CMake provides BUILD_SHARED_LIBS option to choose library type in add_library when it is not set explicity. Need to use this option