https://github.com/carla-simulator/carla
Raw File
Tip revision: 15d6675ddb3828ea07c5df98ce3811bfc6cb50c9 authored by Manish on 27 February 2019, 11:00:12 UTC
calling get physics control without gil
Tip revision: 15d6675
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top