https://github.com/carla-simulator/carla
Revision db88de61c654697129109d22d057635da0a95fde authored by Manish on 08 July 2019, 17:34:52 UTC, committed by Néstor Subirón on 09 July 2019, 23:35:47 UTC
1 parent 91d815e
Raw File
Tip revision: db88de61c654697129109d22d057635da0a95fde authored by Manish on 08 July 2019, 17:34:52 UTC
Updating documentation and refactoring
Tip revision: db88de6
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top