https://github.com/carla-simulator/carla
Raw File
Tip revision: da10e1dbd8c83c8f544993ed5e2137bc5a7b175b authored by wattsavolt on 18 June 2019, 16:53:02 UTC
Removing use of drawfrustum
Tip revision: da10e1d
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top