https://github.com/carla-simulator/carla
Raw File
Tip revision: 4b6a68fa6c36ad93b52ad6dcbafc8f41ba949b3d authored by bernatx on 15 April 2019, 10:53:10 UTC
Update CHANGELOG.MD
Tip revision: 4b6a68f
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top