Revision 6b65e5833a062622fb04dc5aadb11dfa2f5309ea authored by Manish on 15 April 2019, 11:02:36 UTC, committed by Manish on 29 May 2019, 09:30:48 UTC
1 parent 627c351
Raw File
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top