https://github.com/carla-simulator/carla
Raw File
Tip revision: 64d582fee40f9161bffea7f88f491d38683ae864 authored by Néstor Subirón on 20 June 2019, 17:43:09 UTC
Merge branch 'master' into dnovillo/bones-mod-by-code
Tip revision: 64d582f
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top