Skip to content

Commit

Permalink
modified: meson.options
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 17, 2024
1 parent f6f843e commit 20bd62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.options
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
option('examples', type: 'boolean', value: false, description: 'Build Iguana C++ examples')
option('documentation', type: 'boolean', value: false, description: 'Generate API documentation')
option('documentation', type: 'boolean', value: false, description: 'Generate API documentation (requires Doxygen)')
option('bind_python', type: 'boolean', value: false, description: 'Generate Python bindings and their examples')

0 comments on commit 20bd62c

Please sign in to comment.