You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.2 KiB

3 years ago
3 years ago
3 years ago
  1. #[[
  2. set(DEP_SRC ${DEP_SRC} #
  3. dep/iflytopcpp/core/spdlog/src/spdlog.cpp #
  4. )
  5. set(DEP_DEFINE ${DEP_DEFINE} SPDLOG_COMPILED_LIB)
  6. set(PUBLIC_INCLUDE_DIRECTORIES ${PUBLIC_INCLUDE_DIRECTORIES} ./dep/iflytopcpp/core/spdlog/include/)
  7. ]]
  8. set(DEP_SRC
  9. ${DEP_SRC} #
  10. dep/iflytopcpp/core/spdlogfactory/logger_factory.cpp
  11. dep/iflytopcpp/core/components/file_util.cpp
  12. dep/iflytopcpp/core/components/string_util.cpp
  13. dep/iflytopcpp/core/basic/signal/signal.cpp
  14. dep/iflytopcpp/core/thread/thread.cpp
  15. dep/iflytopcpp/core/zexception/zexception.cpp
  16. dep/iflytopcpp/core/components/jobs/work_queue.cpp
  17. dep/iflytopcpp/core/components/jobs/thread_pool_task_scheduler.cpp
  18. dep/iflytopcpp/core/components/uart/uart.cpp
  19. dep/iflytopcpp/core/components/modbus/modbus.cpp
  20. dep/iflytopcpp/core/components/modbus/zmodbus_common.c
  21. dep/iflytopcpp/core/components/modbus/zmodbus_master.c
  22. dep/iflytopcpp/core/components/modbus/zmodbus_slave.c
  23. dep/iflytopcpp/core/components/process/process_unix.cpp
  24. dep/iflytopcpp/core/components/process/process.cpp
  25. #
  26. )
  27. set(DEP_DEFINE ${DEP_DEFINE})
  28. set(PUBLIC_INCLUDE_DIRECTORIES ${PUBLIC_INCLUDE_DIRECTORIES} ./dep/iflytopcpp/core/spdlog/include/)