https://github.com/carla-simulator/carla
Raw File
Tip revision: a017e86dcc4e153ee713da1909313d0196d6b380 authored by bernatx on 13 June 2019, 16:11:25 UTC
Fix windows build
Tip revision: a017e86
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top