Install CUDA 10.2, Optix 7.0 and vulkan SDK 1.2 (1.1 should also work)
- Install Directories should be specified on cmake or you can set them as system variables
currently supported on visual studio and clion
git clone --recurse-submodules https://github.com/GoncaloFDS/Lift
cd Lift
.\vcpkg_windows.batVisual Studio
.\build_windows.batClion (for now MSVC is required)
- Add these to your Cmake Options
- Just Open this directory and select x64 build target
-D VCPKG_TARGET_TRIPLET=x64-windows-static -D CMAKE_TOOLCHAIN_FILE=build/vcpkg.windows/scripts/buildsystems/vcpkg.cmake