https://github.com/carla-simulator/carla
Raw File
Tip revision: e861ebf4ab41728a1e5a03ea74168462e5b60b1d authored by nsubiron on 13 December 2018, 12:58:43 UTC
Make the simulator start windowed by default
Tip revision: e861ebf
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top