File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_LIST_DIR)
77 option (BUILD_ARM64 "Build samples for running on Linux ARM64" OFF )
88
99 if (BUILD_LINUX)
10- set (DBRLIB ../../../lib/Linux)
10+ set (DBRLIB ../../../lib/Linux/x64 )
1111 elseif (BUILD_ARM)
12- set (DBRLIB ../../../lib/ARM32)
12+ set (DBRLIB ../../../lib/Linux/ ARM32)
1313 add_compile_options (-DDM_ARM -D__ARM_NEON__ -mfpu=neon)
1414 elseif (BUILD_ARM64)
15- set (DBRLIB ../../../lib/ARM64)
15+ set (DBRLIB ../../../lib/Linux/ ARM64)
1616 add_compile_options (-DDM_ARM -D__ARM_NEON__)
1717 else ()
1818 message (FATAL_ERROR "Please specify a supported platform" )
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_LIST_DIR)
88 option (BUILD_ARM64 "Build samples for running on Linux ARM64" OFF )
99
1010 if (BUILD_LINUX)
11- set (DBRLIB ../../../lib/Linux)
11+ set (DBRLIB ../../../lib/Linux/x64 )
1212 elseif (BUILD_ARM)
13- set (DBRLIB ../../../lib/ARM32)
13+ set (DBRLIB ../../../lib/Linux/ ARM32)
1414 add_compile_options (-DDM_ARM -D__ARM_NEON__ -mfpu=neon)
1515 elseif (BUILD_ARM64)
16- set (DBRLIB ../../../lib/ARM64)
16+ set (DBRLIB ../../../lib/Linux/ ARM64)
1717 add_compile_options (-DDM_ARM -D__ARM_NEON__)
1818 else ()
1919 message (FATAL_ERROR "Please specify a supported platform" )
You can’t perform that action at this time.
0 commit comments