https://github.com/carla-simulator/carla
Raw File
Tip revision: 057363010e4769d2434ae89b80ed794fdd4946ff authored by germanros1987 on 08 March 2019, 00:19:06 UTC
Merge master into nsubiron/travis
Tip revision: 0573630
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top