Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / runtime / libs / benchmark / CMakeLists.txt
index 2af0ffa..748b2d1 100644 (file)
@@ -1,6 +1,5 @@
 file(GLOB_RECURSE SOURCES "src/*.cpp")
 
-add_library(nnfw_lib_benchmark SHARED ${SOURCES})
+add_library(nnfw_lib_benchmark STATIC ${SOURCES})
 target_include_directories(nnfw_lib_benchmark PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
 target_link_libraries(nnfw_lib_benchmark PRIVATE ${LIB_PTHREAD})
-install(TARGETS nnfw_lib_benchmark DESTINATION lib)