Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
c-stuff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bruce Cowan
c-stuff
cc89b3eb4867ac08452dc3b4ec0de0eec60c74fa
stdlib-stuff
lib
array
meson.build
Find file
Normal view
Permalink
meson.build
60 B
Newer
Older
Add all my stdlib nonsense
Bruce Cowan
committed
6 years ago
1
subdir
(
'src'
)
Make dependencies optional
Bruce Cowan
committed
5 years ago
2
Correct glib dependency condition
Bruce Cowan
committed
5 years ago
3
if
glib_dep
.
found
()
Make dependencies optional
Bruce Cowan
committed
5 years ago
4
5
subdir
(
'test'
)
endif