diff 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
line wrap: on
line diff
--- a/cpp/json_util/CMakeLists.txt	Tue Oct 23 20:13:00 2018 +0200
+++ b/cpp/json_util/CMakeLists.txt	Tue Oct 23 21:10:00 2018 +0200
@@ -23,4 +23,5 @@
 	LIBRARIES json
 	SOURCES
 		${json-util_SOURCE_DIR}/json_util.hpp
+		${json-util_SOURCE_DIR}/json_util.cpp
 )