log/test/CMakeLists.txt
2025-01-31 19:14:55 +01:00

4 lines
71 B
CMake

add_executable(log_test test.cpp)
target_link_libraries(log_test log)