diff options
author | smix8 <52464204+smix8@users.noreply.github.com> | 2022-06-26 12:43:01 +0200 |
---|---|---|
committer | smix8 <52464204+smix8@users.noreply.github.com> | 2022-09-20 22:20:11 +0200 |
commit | 63dcb9aa80a2c77053033ed3c39b4fe5ed6f229b (patch) | |
tree | 1799324487b97a8bf737cbdd561e0eb89ce26148 /servers/SCsub | |
parent | d1be14a9cbb10721d998a936169a55fa464dc687 (diff) |
Add NavigationPathQuery
Adds NavigationPathQueryParameters objects that can be used with NavigationServer.query_path() to query a customized navigation path.
Diffstat (limited to 'servers/SCsub')
-rw-r--r-- | servers/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/SCsub b/servers/SCsub index 2ce90e970b..788a368a4f 100644 --- a/servers/SCsub +++ b/servers/SCsub @@ -15,6 +15,7 @@ SConscript("text/SCsub") SConscript("debugger/SCsub") SConscript("extensions/SCsub") SConscript("movie_writer/SCsub") +SConscript("navigation/SCsub") lib = env.add_library("servers", env.servers_sources) |