https://github.com/carla-simulator/carla
Raw File
Tip revision: 5d3c8c2e37070aac478afdcf070ffed1720a2c9d authored by Manish on 19 March 2019, 11:23:26 UTC
reordered function call to avoid garbage collection between calls + changelog
Tip revision: 5d3c8c2
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top