diff CMakeLists.txt @ 104:be4b9ed19a17

Irccd: import cppformat, #483
author David Demelier <markand@malikania.fr>
date Tue, 26 Apr 2016 22:09:02 +0200
parents 113d909fdfe1
children 9b9b09543d2a
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Apr 26 19:31:42 2016 +0200
+++ b/CMakeLists.txt	Tue Apr 26 22:09:02 2016 +0200
@@ -66,6 +66,7 @@
 include(cmake/IrccdOptions.cmake)
 include(cmake/IrccdSystem.cmake)
 
+add_subdirectory(extern/cppformat)
 add_subdirectory(extern/libircclient)
 add_subdirectory(extern/jansson)
 add_subdirectory(doc)