Revision 39a705ac648409a3549317bd8543e5be671f1e69 authored by nsubiron on 11 December 2018, 14:59:41 UTC, committed by German Ros on 14 December 2018, 00:24:01 UTC
1 parent c325723
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