CMakeLists.txt 105 Bytes
Newer Older
1
add_gtest_executable(test_conv_util conv_util.cpp)
2
target_link_libraries(test_conv_util PRIVATE utility)