comparison cpp/json_util/CMakeLists.txt @ 650:ff73f2dd1c82

json_util: split and style
author David Demelier <markand@malikania.fr>
date Tue, 23 Oct 2018 21:10:00 +0200
parents 5bd9424a523a
children 6739771fba29
comparison
equal deleted inserted replaced
649:3129f59002d2 650:ff73f2dd1c82
21 code_define_module( 21 code_define_module(
22 NAME json-util 22 NAME json-util
23 LIBRARIES json 23 LIBRARIES json
24 SOURCES 24 SOURCES
25 ${json-util_SOURCE_DIR}/json_util.hpp 25 ${json-util_SOURCE_DIR}/json_util.hpp
26 ${json-util_SOURCE_DIR}/json_util.cpp
26 ) 27 )