From 176aa6a74fac3c74f52c580051c80ed19c0b0cfd Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 16 Dec 2014 10:01:24 +0100 Subject: split out functions that get inlined into a separate file allowed including the header more than once ;) --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 3431756..ceec69c 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -11,6 +11,7 @@ else (STORAGE_unqlite) endif (STORAGE_unqlite) set(command_SRCS + clientapi.cpp commands.cpp console.cpp resource.cpp -- cgit v1.2.3