Revision 0eed245e345bada80acf82213b15f60238f35857 authored by Marc Garcia Puig on 31 March 2020, 08:57:40 UTC, committed by bernat on 31 March 2020, 10:11:39 UTC
1 parent d3854f8
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