Browse Source

重构cmake

master
zhaohe 2 years ago
parent
commit
874e7cd46f
  1. 5
      CMakeLists.txt
  2. 2
      dep/zlinuxcomponents
  3. 2
      src/main.cpp

5
CMakeLists.txt

@ -45,7 +45,10 @@ include(dep/asio1.12.2/module.cmake)
include(dep/websocketpp/module.cmake)
include(dep/zservice_container/module.cmake)
include(dep/zwebservice/module.cmake)
include(dep/zlinuxcomponents/module.cmake)
include(dep/zlinuxcomponents/alsaplayer/module.cmake)
include(dep/zlinuxcomponents/rootfs_auto_update/module.cmake)
include(dep/zlinuxcomponents/mycroft_precise/module.cmake)
include(dep/zlinuxcomponents/audio/module.cmake)
#
set(DEP_INCLUDE ${DEP_INCLUDE} ./dep/)

2
dep/zlinuxcomponents

@ -1 +1 @@
Subproject commit 5f848da0b558c87b39251eedfe27b45eadaaa1c3
Subproject commit f2363bcf3040be73209257711fda42798883005c

2
src/main.cpp

@ -6,7 +6,7 @@
#include "spdlog/spdlog.h"
#include "version.hpp"
#include "zlinuxcomponents/rootfs_auto_update.hpp"
#include "zlinuxcomponents/rootfs_auto_update/rootfs_auto_update.hpp"
#include "zservice_container/zservice_container.hpp"
#include "zwebservice/zwebservice.hpp"
//

Loading…
Cancel
Save