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.
 
 

33 lines
1.4 KiB

#[[
set(DEP_SRC ${DEP_SRC} #
dep/iflytopcpp/core/spdlog/src/spdlog.cpp #
)
set(DEP_DEFINE ${DEP_DEFINE} SPDLOG_COMPILED_LIB)
set(PUBLIC_INCLUDE_DIRECTORIES ${PUBLIC_INCLUDE_DIRECTORIES} ./dep/iflytopcpp/core/spdlog/include/)
]]
set(DEP_SRC
${DEP_SRC} #
dep/iflytopcpp/core/spdlogfactory/logger_factory.cpp
dep/iflytopcpp/core/components/fileutils.cpp
dep/iflytopcpp/core/components/stringutils.cpp
dep/iflytopcpp/core/basic/signal/signal.cpp
dep/iflytopcpp/core/thread/thread.cpp
dep/iflytopcpp/core/zexception/zexception.cpp
dep/iflytopcpp/core/components/jobs/work_queue.cpp
dep/iflytopcpp/core/components/jobs/thread_pool_task_scheduler.cpp
dep/iflytopcpp/core/components/uart/uart.cpp
dep/iflytopcpp/core/components/modbus/modbus.cpp
dep/iflytopcpp/core/components/modbus/zmodbus_common.c
dep/iflytopcpp/core/components/modbus/zmodbus_master.c
dep/iflytopcpp/core/components/modbus/zmodbus_slave.c
dep/iflytopcpp/core/linuxcoreutils/linuxcoreutils.cpp
dep/iflytopcpp/core/components/process/process_unix.cpp
dep/iflytopcpp/core/components/process/process.cpp
dep/iflytopcpp/core/components/timer/simple_timer.cpp
#
dep/iflytopcpp/core/components/audio/wav_recorder.cpp)
set(DEP_DEFINE ${DEP_DEFINE})
set(PUBLIC_INCLUDE_DIRECTORIES ${PUBLIC_INCLUDE_DIRECTORIES}
./dep/iflytopcpp/core/spdlog/include/)