diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 124e1c2d60d81fe0d6f19ffa1936f3d1d8e7eb16..0cf3537ad64fb0dfb23d0514cf4d068b9c9c6199 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -137,4 +137,6 @@ else () ADD_EXECUTABLE(test-depthwise-conv-op operators/test_depthwise_conv_op.cpp test_helper.h test_include.h executor_for_test.h) target_link_libraries(test-depthwise-conv-op paddle-mobile) + #add_library(test-lib-size SHARED common/test_lib_size.h common/test_lib_size.cpp) + endif()