diff options
| author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-10-16 12:52:32 +0200 |
|---|---|---|
| committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-10-16 12:52:40 +0200 |
| commit | 09e164c02120f05c9364d5d9a8faad2ec0026425 (patch) | |
| tree | 8125a545ab76708d2e99c2cbf4aa7d1231cdbf17 /modules/lang/examples/SConscript | |
| parent | 00689114da12f6ecdabcf47f6fe94ee80b7c8d15 (diff) | |
| download | forstio-forstio-09e164c02120f05c9364d5d9a8faad2ec0026425.tar.gz | |
Dangling changes
Diffstat (limited to 'modules/lang/examples/SConscript')
| -rw-r--r-- | modules/lang/examples/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/lang/examples/SConscript b/modules/lang/examples/SConscript index 99561e7..684d410 100644 --- a/modules/lang/examples/SConscript +++ b/modules/lang/examples/SConscript @@ -19,10 +19,10 @@ env.sources += examples_env.sources; env.headers += examples_env.headers; objects_static = [] -examples_env.cli_mod = examples_env.Program('#bin/cli_mod_example', ['cli_mod.cpp', env.library_static]); +examples_env.c_example = examples_env.Program('#bin/c_example', ['c_example.cpp', env.library_static]); # Set Alias -env.examples = [examples_env.cli_mod]; +env.examples = [examples_env.c_example]; env.Alias('examples', env.examples); if env["build_examples"]: |
