Skip to content

Commit 5ece05b

Browse files
committed
examples renamed
1 parent bc2a140 commit 5ece05b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

examples/CMakeLists.txt

+5-6
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,17 @@ CompileExample("t12_default_ports")
3535
CompileExample("t13_access_by_ref")
3636
CompileExample("t14_subtree_model")
3737
CompileExample("t15_nodes_mocking")
38-
39-
if(BTCPP_SQLITE_LOGGING)
40-
CompileExample("t16_sqlite_log")
41-
endif()
42-
38+
CompileExample("t16_global_blackboard")
4339
CompileExample("t17_blackboard_backup")
4440
CompileExample("t18_waypoints")
45-
CompileExample("t19_global_blackboard")
4641

4742
CompileExample("ex01_wrap_legacy")
4843
CompileExample("ex02_runtime_ports")
4944

45+
if(BTCPP_SQLITE_LOGGING)
46+
CompileExample("ex03_sqlite_log")
47+
endif()
48+
5049

5150
############ Create plugin and executor in folder plugin_example ##########
5251

File renamed without changes.

0 commit comments

Comments
 (0)