https://github.com/carla-simulator/carla
Revision 56b6c7e71d6f8ad499036bac401d90593a80da8f authored by sergi-e on 29 September 2020, 13:30:10 UTC, committed by bernat on 07 October 2020, 09:42:28 UTC
1 parent 5e6a09a
Raw File
Tip revision: 56b6c7e71d6f8ad499036bac401d90593a80da8f authored by sergi-e on 29 September 2020, 13:30:10 UTC
tempo sensors note
Tip revision: 56b6c7e
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top