https://github.com/carla-simulator/carla
Revision 31834188b590c962b843cd056b0d898c0b05d5b6 authored by nsubiron on 18 June 2019, 14:14:18 UTC, committed by nsubiron on 18 June 2019, 17:03:40 UTC
1 parent cea948a
Raw File
Tip revision: 31834188b590c962b843cd056b0d898c0b05d5b6 authored by nsubiron on 18 June 2019, 14:14:18 UTC
Deploy docker image of nightly build automatically
Tip revision: 3183418
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top