File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ project(Samples)
44
55# set the platform
66option (BUILD_LINUX "Build samples for running on Linux x86_64" ON )
7- option (BUILD_ARM "Build samples for running on ARM x86 " OFF )
8- option (BUILD_ARM64 "Build samples for running on ARM x64 " OFF )
7+ option (BUILD_ARM "Build samples for running on Linux ARM32 " OFF )
8+ option (BUILD_ARM64 "Build samples for running on Linux ARM64 " OFF )
99
1010option (BUILD_C_HELLOWORLD "Build the sample HelloWorld under ./samples/C/HelloWorld" ON )
1111option (BUILD_C_GENERALSETTINGS "Build the sample GeneralSettings under ./samples/C/GeneralSettings" ON )
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_LIST_DIR)
22 cmake_minimum_required (VERSION 3.6)
33 # set the platform
44 option (BUILD_LINUX "Build samples for running on Linux x86_64" ON )
5- option (BUILD_ARM "Build samples for running on ARM x86 " OFF )
6- option (BUILD_ARM64 "Build samples for running on ARM x64 " OFF )
5+ option (BUILD_ARM "Build samples for running on Linux ARM32 " OFF )
6+ option (BUILD_ARM64 "Build samples for running on Linux ARM64 " OFF )
77
88 if (BUILD_LINUX)
99 set (DBRLIB ../../../lib/Linux/x64)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_LIST_DIR)
22 cmake_minimum_required (VERSION 3.6)
33 # set the platform
44 option (BUILD_LINUX "Build samples for running on Linux x86_64" ON )
5- option (BUILD_ARM "Build samples for running on ARM x86 " OFF )
6- option (BUILD_ARM64 "Build samples for running on ARM x64 " OFF )
5+ option (BUILD_ARM "Build samples for running on Linux ARM32 " OFF )
6+ option (BUILD_ARM64 "Build samples for running on Linux ARM64 " OFF )
77
88 if (BUILD_LINUX)
99 set (DBRLIB ../../../lib/Linux/x64)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_LIST_DIR)
22 cmake_minimum_required (VERSION 3.6)
33 # set the platform
44 option (BUILD_LINUX "Build samples for running on Linux x86_64" ON )
5- option (BUILD_ARM "Build samples for running on ARM x86 " OFF )
6- option (BUILD_ARM64 "Build samples for running on ARM x64 " OFF )
5+ option (BUILD_ARM "Build samples for running on Linux ARM32 " OFF )
6+ option (BUILD_ARM64 "Build samples for running on Linux ARM64 " OFF )
77
88 if (BUILD_LINUX)
99 set (DBRLIB ../../../../lib/Linux/x64)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_LIST_DIR)
22 cmake_minimum_required (VERSION 3.6)
33 # set the platform
44 option (BUILD_LINUX "Build samples for running on Linux x86_64" ON )
5- option (BUILD_ARM "Build samples for running on ARM x86 " OFF )
6- option (BUILD_ARM64 "Build samples for running on ARM x64 " OFF )
5+ option (BUILD_ARM "Build samples for running on Linux ARM32 " OFF )
6+ option (BUILD_ARM64 "Build samples for running on Linux ARM64 " OFF )
77
88 if (BUILD_LINUX)
99 set (DBRLIB ../../../../lib/Linux/x64)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_LIST_DIR)
22 cmake_minimum_required (VERSION 3.6)
33 # set the platform
44 option (BUILD_LINUX "Build samples for running on Linux x86_64" ON )
5- option (BUILD_ARM "Build samples for running on ARM x86 " OFF )
6- option (BUILD_ARM64 "Build samples for running on ARM x64 " OFF )
5+ option (BUILD_ARM "Build samples for running on Linux ARM32 " OFF )
6+ option (BUILD_ARM64 "Build samples for running on Linux ARM64 " OFF )
77
88 if (BUILD_LINUX)
99 set (DBRLIB ../../../../lib/Linux/x64)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_LIST_DIR)
22 cmake_minimum_required (VERSION 3.6)
33 # set the platform
44 option (BUILD_LINUX "Build samples for running on Linux x86_64" ON )
5- option (BUILD_ARM "Build samples for running on ARM x86 " OFF )
6- option (BUILD_ARM64 "Build samples for running on ARM x64 " OFF )
5+ option (BUILD_ARM "Build samples for running on Linux ARM32 " OFF )
6+ option (BUILD_ARM64 "Build samples for running on Linux ARM64 " OFF )
77
88 if (BUILD_LINUX)
99 set (DBRLIB ../../../../lib/Linux/x64)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_LIST_DIR)
22 cmake_minimum_required (VERSION 3.6)
33 # set the platform
44 option (BUILD_LINUX "Build samples for running on Linux x86_64" ON )
5- option (BUILD_ARM "Build samples for running on ARM x86 " OFF )
6- option (BUILD_ARM64 "Build samples for running on ARM x64 " OFF )
5+ option (BUILD_ARM "Build samples for running on Linux ARM32 " OFF )
6+ option (BUILD_ARM64 "Build samples for running on Linux ARM64 " OFF )
77
88 if (BUILD_LINUX)
99 set (DBRLIB ../../../lib/Linux/x64)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_LIST_DIR)
22 cmake_minimum_required (VERSION 3.6)
33 # set the platform
44 option (BUILD_LINUX "Build samples for running on Linux x86_64" ON )
5- option (BUILD_ARM "Build samples for running on ARM x86 " OFF )
6- option (BUILD_ARM64 "Build samples for running on ARM x64 " OFF )
5+ option (BUILD_ARM "Build samples for running on Linux ARM32 " OFF )
6+ option (BUILD_ARM64 "Build samples for running on Linux ARM64 " OFF )
77
88 if (BUILD_LINUX)
99 set (DBRLIB ../../../lib/Linux)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_LIST_DIR)
22 cmake_minimum_required (VERSION 3.6)
33 # set the platform
44 option (BUILD_LINUX "Build samples for running on Linux x86_64" ON )
5- option (BUILD_ARM "Build samples for running on ARM x86 " OFF )
6- option (BUILD_ARM64 "Build samples for running on ARM x64 " OFF )
5+ option (BUILD_ARM "Build samples for running on Linux ARM32 " OFF )
6+ option (BUILD_ARM64 "Build samples for running on Linux ARM64 " OFF )
77
88 if (BUILD_LINUX)
99 set (DBRLIB ../../../lib/Linux)
You can’t perform that action at this time.
0 commit comments