light/modules/logger/CMakeLists.txt

2 lines
90 B
CMake

add_library_module(logger logger.cpp)
target_link_libraries(logger PUBLIC spdlog::spdlog)