-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nuitrack-Bot
committed
Feb 2, 2025
1 parent
b9937f2
commit 8754904
Showing
114 changed files
with
389 additions
and
541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
if (CMAKE_SYSTEM_PROCESSOR MATCHES "^arm") | ||
set(PLATFORM_DIR linux_arm) | ||
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^aarch") | ||
set(PLATFORM_DIR linux_arm64) | ||
elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64") | ||
set(PLATFORM_DIR linux64) | ||
elseif(CMAKE_SIZEOF_VOID_P EQUAL 4) | ||
set(PLATFORM_DIR "win32") | ||
set(FREEGLUT_ARCH "") | ||
elseif(CMAKE_SIZEOF_VOID_P EQUAL 8) | ||
set(PLATFORM_DIR "win64") | ||
set(FREEGLUT_ARCH "x64") | ||
endif() |
Binary file modified
BIN
+0 Bytes
(100%)
Examples/nuitrack_android_studio_gl_sample/app/libs/NuitrackManager.jar
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Examples/nuitrack_android_studio_gl_sample/app/libs/NuitrackWrapper.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.