https://github.com/carla-simulator/carla
Raw File
Tip revision: 1a461285f567334164be5d758fd01edcbaac76ce authored by Daniel on 04 June 2019, 12:32:44 UTC
Small code fixes
Tip revision: 1a46128
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top