Gost.cpp added

This commit is contained in:
orignal 2017-03-14 21:14:23 -04:00
parent 6369a900da
commit af2a3f3a65

View file

@ -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)