Run executables directly (#645)
- Apps can be launched directly from file paths (including Files app support) - Added executable detection to identify unsupported or invalid binaries before launch. - App startup is now streamlined through separate registered-app and direct-execution interfaces. - Existing app launch points were migrated to the updated startup APIs.
This commit is contained in:
committed by
GitHub
parent
643cbc3806
commit
a0b2ee7ebc
@@ -1,7 +1,4 @@
|
||||
if (NOT DEFINED TACTILITY_SDK_PATH)
|
||||
get_filename_component(TACTILITY_SDK_PATH "$ENV{TACTILITY_SDK_PATH}" ABSOLUTE BASE_DIR "${CMAKE_CURRENT_LIST_DIR}/..")
|
||||
endif ()
|
||||
include("${TACTILITY_SDK_PATH}/TactilitySDK.cmake")
|
||||
include("$ENV{TACTILITY_SDK_PATH}/TactilitySDK.cmake")
|
||||
|
||||
file(GLOB_RECURSE SOURCE_FILES Source/*.c)
|
||||
tactility_component_register(SRCS ${SOURCE_FILES} INCLUDE_DIRS include)
|
||||
Reference in New Issue
Block a user