https://github.com/carla-simulator/carla
Raw File
Tip revision: fa9ad0028ddd5f28ca6302cb5c352a12d46236ea authored by nsubiron on 26 February 2019, 19:58:03 UTC
Update content link
Tip revision: fa9ad00
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top