https://github.com/carla-simulator/carla
Raw File
Tip revision: 25cb233982d6f34cda191a4a329a82d049d66551 authored by bernatx on 23 January 2019, 14:40:03 UTC
Removed 'add_force' command, and little fixes.
Tip revision: 25cb233
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top