https://github.com/carla-simulator/carla
Raw File
Tip revision: cdf136ca4877a25238fe3bc37ff95099b6fbe3d7 authored by bernat on 03 April 2020, 15:09:48 UTC
Fixing .egg
Tip revision: cdf136c
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top