https://github.com/carla-simulator/carla
Revision 53802fafeeea124c7c996a6ba687e7864768217a authored by nsubiron on 08 May 2019, 13:40:09 UTC, committed by nsubiron on 08 May 2019, 14:14:25 UTC
1 parent 1f8e405
Raw File
Tip revision: 53802fafeeea124c7c996a6ba687e7864768217a authored by nsubiron on 08 May 2019, 13:40:09 UTC
Fix readthedocs navigation and page order
Tip revision: 53802fa
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top