Using CMake:
set(LIBNTC_BIN_DIRECTORY "/path/to/your/build/output")
add_subdirectory(path/to/RTXNTC-Library)
target_link_libraries(<target_name> PRIVATE libntc)Directly:
- Add
RTXNTC-Library/includeinto the include paths - for the shaders too if implementing Inference on Sample - Link
libntc.lib - Copy
libntc.dllandcudart64_12.dllinto the deployment location
Include the header:
#include <libntc/ntc.h>