https://github.com/carla-simulator/carla
Raw File
Tip revision: b1f109d4fa1becce385e41743ae14732c90a7b8b authored by doterop on 31 July 2020, 14:29:49 UTC
Added tick after apply_settings
Tip revision: b1f109d
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top