https://github.com/carla-simulator/carla
Raw File
Tip revision: 0acea973c6e54e65b7245073ad304ac69d33915e authored by Felipe Codevila on 28 December 2019, 17:41:00 UTC
Another attempt
Tip revision: 0acea97
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top