From af2a3f3a65cf1decc35eca56238ad7c73d0cdcd4 Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 14 Mar 2017 21:14:23 -0400 Subject: [PATCH] Gost.cpp added --- build/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 2baa02aa..32aff387 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -62,6 +62,7 @@ set (LIBI2PD_SRC "${CMAKE_SOURCE_DIR}/Timestamp.cpp" "${CMAKE_SOURCE_DIR}/api.cpp" "${CMAKE_SOURCE_DIR}/Event.cpp" + "${CMAKE_SOURCE_DIR}/Gost.cpp" ) if (WITH_WEBSOCKETS)