diff extern/CMakeLists.txt @ 34:3a6769c1d1e7

Misc: use nlohmann json, #520
author David Demelier <markand@malikania.fr>
date Wed, 29 Jun 2016 19:44:19 +0200
parents 8991989c4708
children f30c84b4b9ed
line wrap: on
line diff
--- a/extern/CMakeLists.txt	Fri Jun 17 13:12:35 2016 +0200
+++ b/extern/CMakeLists.txt	Wed Jun 29 19:44:19 2016 +0200
@@ -18,5 +18,5 @@
 
 add_subdirectory(duktape)
 add_subdirectory(gtest)
-add_subdirectory(jansson)
+add_subdirectory(json)
 add_subdirectory(plantuml)