Revision 009663e57d7b83d0caa4d4ffd2a54cb1734ec17b authored by Axel on 02 December 2020, 18:30:32 UTC, committed by bernat on 10 December 2020, 19:38:33 UTC
1 parent 952bdfc
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