From faaea542ced6bd5bc285ecf0152f2570840f6527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjist=C3=B3f?= Date: Sat, 3 Dec 2016 13:52:27 +0100 Subject: [PATCH] added new source files to CMakeLists.txt and a test config --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b02b16e..cb0b54d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,6 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic") find_package(Boost COMPONENTS serialization system REQUIRED) include_directories(${Boost_INCLUDE_DIR}) -set(SOURCE_FILES server.cpp) +set(SOURCE_FILES teszt.cpp chat_messages.hpp chat_networking.hpp) add_executable(cpp11NHF2_chat ${SOURCE_FILES}) target_link_libraries(cpp11NHF2_chat ${Boost_LIBRARIES}) \ No newline at end of file