get-started
or sample
folder. You can either incorporate this folder into your build process or use it directly from the SDK to begin creating your implementations.
Alternatively, you can develop and build custom implementations directly within your code and build processes.
ℹ️ Info: You may use the HEEX_SDK_DIR
REQUIRED flag to import the SDK from a specific directory.
HEEXSDK_lIBRARIES
alias library target to your executable using the target_link_libraries command
get-started
or samples
folders. If you want to build samples outside of these folders, refer to the CMake usage below.--path-to-sdk
flag):
💡 Tip: For faster builds, specify the —jobs flag for multiple parallel jobs. By default, it uses 1 job.
/path/to/Heex_SDK_<version>/get-started/cpp
), run:get-started
implementations:
implementations/builtin
folder may contain some pre-built samples, you cannot add a sample of your own in the implementations
folder that would have an identical name as a builtin one).Heex Agent
, please refer to this section.SDK mode
, please refer to this section.