xref: /OK3568_Linux_fs/external/linux-rga/samples/padding_demo/src/CMakeLists.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# rga_padding_demo
2SET(DEMO_NAME rga_padding_demo)
3add_executable(${DEMO_NAME}
4    ${DEMO_NAME}.cpp
5)
6target_link_libraries(${DEMO_NAME}
7    utils_obj
8    ${RGA_LIB}
9)
10install(TARGETS ${DEMO_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
11
12