https://github.com/carla-simulator/carla
Revision cbd28cc5d1e304a3c16ca9acbb10424cd3fe599c authored by marcgpuig on 03 December 2018, 10:00:49 UTC, committed by marcgpuig on 03 December 2018, 10:00:49 UTC
1 parent 8e76285
Raw File
Tip revision: cbd28cc5d1e304a3c16ca9acbb10424cd3fe599c authored by marcgpuig on 03 December 2018, 10:00:49 UTC
Fixed package making + formating to UE4's standard
Tip revision: cbd28cc
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top