4 lines
87 B
CMake
4 lines
87 B
CMake
add_executable(test_values test_values.cc)
|
|
target_link_libraries(test_values maxavro)
|
|
|