From 85051ef3dfbffe53713a8ffb02bc645f1f018810 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Tue, 6 Aug 2019 09:24:33 -0700 Subject: [PATCH] Probably ought to actually build the storage module, since it's pretty much the most important part of this whole thing. --- FCHost/fchost/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FCHost/fchost/CMakeLists.txt b/FCHost/fchost/CMakeLists.txt index 3f2c7cff749..e61d463962e 100644 --- a/FCHost/fchost/CMakeLists.txt +++ b/FCHost/fchost/CMakeLists.txt @@ -12,6 +12,10 @@ set(FCHOST_SRCS fchost_app.h fchost_handler.cc fchost_handler.h + fchost_storage.cc + fchost_storage.h + fchost_storage_js.cc + fchost_storage_js.h ) set(FCHOST_SRCS_LINUX fchost_linux.cc -- GitLab