https://github.com/carla-simulator/carla
Raw File
Tip revision: 5bc92268bb12eebe5593b0cee228dee8be9a073b authored by fdomf on 22 July 2019, 10:38:57 UTC
test jenkins
Tip revision: 5bc9226
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top