https://github.com/carla-simulator/carla
Raw File
Tip revision: 7cb73728eae0d3e355f3050cf9733bef4b338ead authored by nsubiron on 10 March 2019, 11:58:56 UTC
Add some smoke tests
Tip revision: 7cb7372
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top