https://github.com/carla-simulator/carla
Raw File
Tip revision: 1e8c1a1945a28fc9c5fec5db0e8a87d867c4af38 authored by germanros1987 on 10 March 2019, 21:27:16 UTC
fixed
Tip revision: 1e8c1a1
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top