2 lines
90 B
CMake
2 lines
90 B
CMake
add_library_module(logger logger.cpp)
|
|
target_link_libraries(logger PUBLIC spdlog::spdlog)
|