Class: Ryb::Library
- Inherits:
-
Object
- Object
- Ryb::Library
- Includes:
- Properties::Architectures, Properties::Configurations, Properties::Defines, Properties::Dependencies, Properties::Files, Properties::Flags, Properties::Named, Properties::Paths, Properties::Targets
- Defined in:
- lib/ryb/library.rb
Instance Method Summary collapse
-
#initialize(name, opts = {}) {|_self| ... } ⇒ Library
constructor
A new instance of Library.
- #linkage ⇒ Object
- #linkage=(new_linkage) ⇒ Object
Methods included from Properties::Configurations
Methods included from Properties::Targets
Methods included from Properties::Architectures
Methods included from Properties::Dependencies
Methods included from Properties::Files
Methods included from Properties::Paths
Methods included from Properties::Flags
Methods included from Properties::Defines
Methods included from Properties::Named
Constructor Details
Instance Method Details
#linkage ⇒ Object
24 |
# File 'lib/ryb/library.rb', line 24 def linkage; @linkage ||= :static; end |
#linkage=(new_linkage) ⇒ Object
25 26 27 |
# File 'lib/ryb/library.rb', line 25 def linkage=(new_linkage) @linkage = new_linkage end |