CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(json_spirit) SUBDIRS(json_spirit json_demo json_headers_only_demo json_map_demo json_test) INCLUDE_DIRECTORIES(json_spirit) INSTALL( FILES ${CMAKE_SOURCE_DIR}/json_spirit/json_spirit.h ${CMAKE_SOURCE_DIR}/json_spirit/json_spirit_reader.h ${CMAKE_SOURCE_DIR}/json_spirit/json_spirit_utils.h ${CMAKE_SOURCE_DIR}/json_spirit/json_spirit_value.h ${CMAKE_SOURCE_DIR}/json_spirit/json_spirit_writer.h DESTINATION include) INSTALL( FILES ${CMAKE_BINARY_DIR}/json_spirit/libjson_spirit.a DESTINATION lib) INCLUDE(CPack)
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The MIT License
The Next Version of Android - Some of What's Coming