SET(JSON_TEST_SRCS json_spirit_reader_test.cpp json_spirit_stream_reader_test.cpp json_spirit_utils_test.cpp json_spirit_value_test.cpp json_spirit_writer_test.cpp json_test.cpp) FIND_PACKAGE(Boost 1.34 REQUIRED) INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIR}) ADD_EXECUTABLE(json_test ${JSON_TEST_SRCS}) TARGET_LINK_LIBRARIES(json_test json_spirit)
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
Skills that self-taught computer programmers lack