https://github.com/carla-simulator/carla
Revision a9819fa28977ce3097cb388998cb2c9fc7cdb15c authored by Guillermo on 21 April 2023, 10:58:13 UTC, committed by bernat on 24 April 2023, 09:35:12 UTC
1 parent 355c47f
Raw File
Tip revision: a9819fa28977ce3097cb388998cb2c9fc7cdb15c authored by Guillermo on 21 April 2023, 10:58:13 UTC
Added filter check to examples
Tip revision: a9819fa
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top