https://github.com/carla-simulator/carla
Raw File
Tip revision: bb10a33282d961fd3c1140a42958024b9b9997bd authored by bernatx on 09 March 2022, 11:41:42 UTC
Adding header to shared memory
Tip revision: bb10a33
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top