spectrum2_manager does not depend on libtransport
This commit is contained in:
parent
6d64a1858b
commit
1fefc484a6
2 changed files with 4 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
FILE(GLOB SRC *.cpp)
|
||||
|
||||
ADD_EXECUTABLE(spectrum2_manager ${SRC})
|
||||
ADD_EXECUTABLE(spectrum2_manager ${SRC} ../../src/config.cpp)
|
||||
|
||||
target_link_libraries(spectrum2_manager transport)
|
||||
target_link_libraries(spectrum2_manager ${Boost_LIBRARIES} ${SWIFTEN_LIBRARY})
|
||||
|
||||
INSTALL(TARGETS spectrum2_manager RUNTIME DESTINATION bin)
|
||||
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
#include "managerconfig.h"
|
||||
#include "transport/transport.h"
|
||||
#include "transport/usermanager.h"
|
||||
#include "transport/logger.h"
|
||||
#include "transport/sqlite3backend.h"
|
||||
#include "transport/userregistration.h"
|
||||
#include "transport/networkpluginserver.h"
|
||||
#include "transport/config.h"
|
||||
#include "Swiften/Swiften.h"
|
||||
#include "Swiften/EventLoop/SimpleEventLoop.h"
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
|
Loading…
Add table
Reference in a new issue