Linking to Optix 7.0.0

Hey,

I’m trying to link a C++ project against Optix 7.0.0, but I can’t find DLLs or libs to link against in the SDK. I configured using: “cmake -G Visual Studio 15 2017 Win64”

There is no library to link against with optix 7. You use the optix 7 headers found in the SDK – these headers dynamically load the optix driver library.

OH that’s nice then, thanks!