https://github.com/carla-simulator/carla
Raw File
Tip revision: d9ee997caac135580341641979d5dad380388e5b authored by Néstor Subirón on 09 July 2019, 14:19:21 UTC
Merge branch 'master' into nsubiron/issue#1273
Tip revision: d9ee997
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top