https://github.com/carla-simulator/carla
Revision ffabf4cf3ef327672a431e1ddd15eba29255fcfe authored by Daniel Santos-Olivan on 23 September 2020, 16:15:36 UTC, committed by bernat on 23 September 2020, 18:40:44 UTC
1 parent c1f8856
Raw File
Tip revision: ffabf4cf3ef327672a431e1ddd15eba29255fcfe authored by Daniel Santos-Olivan on 23 September 2020, 16:15:36 UTC
Added ApplyForce and ApplyTorque
Tip revision: ffabf4c
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top