mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
ccffd51904
- Update to fmt 6.0.0 - Updated logging system to be macro based - Fixed a bug with including
19 lines
279 B
CMake
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)
|