https://github.com/carla-simulator/carla
Revision c88e5b780d5ba07511068b3f23052d77a96f7337 authored by Axel on 10 June 2021, 13:08:18 UTC, committed by bernat on 11 June 2021, 17:45:05 UTC
1 parent 7d63713
Raw File
Tip revision: c88e5b780d5ba07511068b3f23052d77a96f7337 authored by Axel on 10 June 2021, 13:08:18 UTC
removed numpy instalation in windows
Tip revision: c88e5b7
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top