https://github.com/carla-simulator/carla
Raw File
Tip revision: 6f8e731815841c28bf4ef7f11abcd79fbc250472 authored by wattsavolt on 14 May 2019, 14:46:24 UTC
Set vulkan as default api. Changed make files to allow user to start unreal editor with vulkan or opengl
Tip revision: 6f8e731
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

include("Build/CMakeLists.txt.in")

add_subdirectory("LibCarla/cmake")
back to top