summaryrefslogtreecommitdiff
path: root/runtimes/libs/rua/anchor/CMakeLists.txt
blob: 6e65641f44f05ee124d0ffef2e722250edf8e730 (plain)
1
2
3
4
5
6
7
8
9
file(GLOB_RECURSE SOURCES "src/*.cpp")

add_library(nnfw_lib_rua_anchor STATIC ${SOURCES})
set_target_properties(nnfw_lib_rua_anchor PROPERTIES POSITION_INDEPENDENT_CODE ON)
target_include_directories(nnfw_lib_rua_anchor PUBLIC include)
target_link_libraries(nnfw_lib_rua_anchor PUBLIC nnfw_lib_rua_core)
target_link_libraries(nnfw_lib_rua_anchor PRIVATE nnfw_lib_rua_dyn)
target_link_libraries(nnfw_lib_rua_anchor PRIVATE nnfw_common)
target_link_libraries(nnfw_lib_rua_anchor PRIVATE nnfw_coverage)