https://github.com/carla-simulator/carla
Revision 79457a6e76e8c1c6f0152f13e160558f42a228c9 authored by sergi-e on 24 September 2020, 11:21:52 UTC, committed by Marc Garcia Puig on 24 September 2020, 12:48:55 UTC
1 parent b17b2e4
Raw File
Tip revision: 79457a6e76e8c1c6f0152f13e160558f42a228c9 authored by sergi-e on 24 September 2020, 11:21:52 UTC
New iteration on Ja comments
Tip revision: 79457a6
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top