Files
threeSD/src/common/CMakeLists.txt
T
zhupengfei ccffd51904 Update logging system
- Update to fmt 6.0.0
- Updated logging system to be macro based
- Fixed a bug with including
2019-09-05 23:05:16 +08:00

19 lines
279 B
CMake

add_library(common STATIC
assert.h
bit_field.h
common_funcs.h
common_paths.h
common_types.h
file_util.cpp
file_util.h
logging/log.cpp
logging/log.h
misc.cpp
scope_exit.h
string_util.cpp
string_util.h
swap.h
)
target_link_libraries(common PUBLIC fmt)