summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorRoberto Esteves <contact@robertoesteves.dev>2025-11-22 16:35:06 +0000
committerRoberto Esteves <contact@robertoesteves.dev>2025-11-22 16:35:06 +0000
commite7c2ec9719349f7a20dd1d4854869c10d8836a11 (patch)
treeaf5b34d8d21cabd4ec6d4206ce5a6fd4651de56c /test/meson.build
parentd84537c52f537920369618028f84b48296811fd0 (diff)
chore: restructure project and brainstorming ideasHEADmaster
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/meson.build b/test/meson.build
index 554fe90..d275a09 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -1,3 +1,4 @@
-guiExample = executable('ruim', 'main.c',
+coreExample = executable('example_core', 'example_core.c',
include_directories: ruim_include,
- link_with: [gui_library, internal_lib])
+ link_with: [core_library, internal_lib]
+)