SDK diet and license text improved (#127)

- Exclude unnecessary binaries
- Better license wording
This commit is contained in:
Ken Van Hoeylandt
2024-12-15 14:13:15 +01:00
committed by GitHub
parent 100c24f6a3
commit 1b89065c99
7 changed files with 19 additions and 37 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ if (DEFINED ENV{TACTILITY_SDK_PATH})
set(TACTILITY_SDK_PATH $ENV{TACTILITY_SDK_PATH})
else()
set(TACTILITY_SDK_PATH "../../release/TactilitySDK")
message(WARNING "⚠️ TACTILITY_SDK_PATH environment variable is not set, defaulting to ${TACTILITY_PATH}")
message(WARNING "⚠️ TACTILITY_SDK_PATH environment variable is not set, defaulting to ${TACTILITY_SDK_PATH}")
endif()
include("${TACTILITY_SDK_PATH}/TactilitySDK.cmake")