Skip to content
Snippets Groups Projects
Commit 412bf391 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Add CMake target for plane

parent f5dd944e
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ add_dependencies(run_config mainapp)
foreach(viewer none jmavsim gazebo replay)
foreach(debugger none gdb lldb ddd valgrind)
foreach(model none iris iris_opt_flow tailsitter standard_vtol)
foreach(model none iris iris_opt_flow tailsitter standard_vtol plane)
if (debugger STREQUAL "none")
if (model STREQUAL "none")
set(_targ_name "${viewer}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment