4 lines
71 B
CMake
4 lines
71 B
CMake
add_executable(log_test test.cpp)
|
|
|
|
target_link_libraries(log_test log)
|
add_executable(log_test test.cpp)
|
|
|
|
target_link_libraries(log_test log)
|