https://github.com/carla-simulator/carla
Revision 7062a0284dadfca1f6f4b3fd662d1005922faaec authored by bernatx on 08 July 2019, 15:10:05 UTC, committed by bernatx on 08 July 2019, 15:19:33 UTC
1 parent be1a8c1
Raw File
Tip revision: 7062a0284dadfca1f6f4b3fd662d1005922faaec authored by bernatx on 08 July 2019, 15:10:05 UTC
Fixing conflicts in documentation
Tip revision: 7062a02
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top