From 452320b5ec31447a526735016fa07589cb848032 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 7 Jun 2009 22:32:28 +0200 Subject: CommandParser in mehrere kleinere Klassen aufgeteilt --- src/Client/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Client/CMakeLists.txt') diff --git a/src/Client/CMakeLists.txt b/src/Client/CMakeLists.txt index e86a839..e663602 100644 --- a/src/Client/CMakeLists.txt +++ b/src/Client/CMakeLists.txt @@ -5,5 +5,7 @@ include_directories(${INCLUDES}) add_library(Client CommandParser.cpp CommandParser.h InformationManager.cpp InformationManager.h + SystemCommands.cpp SystemCommands.h + UserCommands.cpp UserCommands.h ) target_link_libraries(Client ClientRequests Common) -- cgit v1.2.3