https://github.com/carla-simulator/carla
Revision ec4fdd71f55b096e602d594bfb2853e61b4e8ddb authored by Praveen Kumar on 16 April 2019, 04:15:30 UTC, committed by Praveen Kumar on 16 April 2019, 09:22:19 UTC
1 parent 6591cb3
Raw File
Tip revision: ec4fdd71f55b096e602d594bfb2853e61b4e8ddb authored by Praveen Kumar on 16 April 2019, 04:15:30 UTC
Fixed false straights
Tip revision: ec4fdd7
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top