From f09b42ca73759207c7d63587c0d41c09ad691c47 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Mon, 11 Apr 2016 11:54:22 +0900 Subject: A generic lookup(), and its usage in Event and RoomMessageEvent Feel free to use whenever you need to convert another JSON key to some C++ object, or dispatch anything based on a JSON key. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ea340476..844b7694 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,6 +81,7 @@ else ( CMAKE_VERSION VERSION_LESS "3.1" ) target_compile_features(qmatrixclient PRIVATE cxx_auto_type) target_compile_features(qmatrixclient PRIVATE cxx_generalized_initializers) target_compile_features(qmatrixclient PRIVATE cxx_nullptr) + target_compile_features(qmatrixclient PRIVATE cxx_variadic_templates) endif ( CMAKE_VERSION VERSION_LESS "3.1" ) target_link_libraries(qmatrixclient Qt5::Core Qt5::Network Qt5::Gui) -- cgit v1.2.3