Skip to content

Commit

Permalink
fix cmakelists (examples)
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Apr 26, 2024
1 parent e4adbb7 commit e153bdb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,19 @@ CompileExample("t08_additional_node_args")
CompileExample("t09_scripting")
CompileExample("t10_observer")

if(BTCPP_GROOT_INTERFACE AND BTCPP_SQLITE_LOGGING)
CompileExample("t11_groot_howto")
if(BTCPP_GROOT_INTERFACE)
CompileExample("t11_groot_howto")
endif()

CompileExample("t12_default_ports")
CompileExample("t13_access_by_ref")
CompileExample("t14_subtree_model")
CompileExample("t15_nodes_mocking")
CompileExample("t16_sqlite_log")

if(BTCPP_SQLITE_LOGGING)
CompileExample("t16_sqlite_log")
endif()

CompileExample("t17_blackboard_backup")
CompileExample("t18_waypoints")

Expand Down

0 comments on commit e153bdb

Please sign in to comment.