Revision 622ca5a4117971ac73218c013c3935a813af008a authored by Axel on 15 September 2022, 12:57:46 UTC, committed by Axel on 15 September 2022, 12:57:46 UTC
1 parent 2a7a42b
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