linuxOS_D21X/source/artinchip/aic-mpp/ve/common/CMakeLists.txt

9 lines
198 B
CMake
Raw Normal View History

2024-11-29 08:13:19 +00:00
add_library(mpp_ve SHARED
ve.c
ve_buffer.c
)
if(DEFINED CMAKE_INSTALL_FULL_LIBDIR)
install(TARGETS mpp_ve RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}")
endif() # CMAKE_INSTALL_FULL_LIBDIR