https://github.com/carla-simulator/carla
Revision 2593ff708752634c266030b727c304c971e2d4bd authored by Manish on 06 February 2019, 09:12:57 UTC, committed by Manish on 06 February 2019, 09:12:57 UTC
1 parent 7dfbe39
Raw File
Tip revision: 2593ff708752634c266030b727c304c971e2d4bd authored by Manish on 06 February 2019, 09:12:57 UTC
fixed map offset when running game
Tip revision: 2593ff7
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top