https://github.com/carla-simulator/carla
Raw File
Tip revision: e29950b60f363f246b33ed63af70dd9ff5ce92fa authored by Manish on 30 January 2019, 11:15:24 UTC
Refactor + Bug fix: Blits surfaces
Tip revision: e29950b
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top