https://github.com/carla-simulator/carla
Revision 252229ab8578eb2047d49b9e55cb897cd103331a authored by Daniel Novillo Villarejo on 25 January 2019, 10:34:41 UTC, committed by Daniel Novillo Villarejo on 25 January 2019, 10:34:41 UTC
Solve FILE_NAME never used
change if mkdir for mkdir -f in a couple of files
1 parent 25341a6
Raw File
Tip revision: 252229ab8578eb2047d49b9e55cb897cd103331a authored by Daniel Novillo Villarejo on 25 January 2019, 10:34:41 UTC
Rollback of DefaultGame.ini
Tip revision: 252229a
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top