Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / runtime / libs / benchmark / CMakeLists.txt
1 file(GLOB_RECURSE SOURCES "src/*.cpp")
2
3 add_library(nnfw_lib_benchmark STATIC ${SOURCES})
4 target_include_directories(nnfw_lib_benchmark PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
5 target_link_libraries(nnfw_lib_benchmark PRIVATE ${LIB_PTHREAD})