Alien-CMake

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

both it and this License would be to refrain entirely from distribution of the
Program.

If any portion of this section is held invalid or unenforceable under any particular
circumstance, the balance of the section is intended to apply and the section as
a whole is intended to apply in other circumstances.

It is not the purpose of this section to induce you to infringe any patents or other
property right claims or to contest validity of any such claims; this section has
the sole purpose of protecting the integrity of the free software distribution
system, which is implemented by public license practices. Many people have
made generous contributions to the wide range of software distributed through
that system in reliance on consistent application of that system; it is up to the
author/donor to decide if he or she is willing to distribute software through any
other system and a licensee cannot impose that choice.

This section is intended to make thoroughly clear what is believed to be a
consequence of the rest of this License.

8. If the distribution and/or use of the Program is restricted in certain countries
either by patents or by copyrighted interfaces, the original copyright holder who

README  view on Meta::CPAN

    series). In addition Alien::cmake3 will build from source if binaries
    are not available for your platform. Also Alien::cmake3 integrates more
    naturally with alienfile and Alien::Build.

    In short "Alien::CMake" can be used to detect and get configuration
    settings from an already installed CMake. It offers also an option to
    download CMake source codes and build binaries from scratch.

METHODS
  config()
    This function is the main public interface to this module:

        Alien::CMake->config('prefix');
        Alien::CMake->config('version');
        Alien::CMake->config('libs');
        Alien::CMake->config('cflags');

  bin_dir()
    For compatability with Alien::Base, this will return the path containing
    "cmake" or empty list if it is already in the "PATH".

lib/Alien/CMake.pm  view on Meta::CPAN

naturally with L<alienfile> and L<Alien::Build>.

In short C<Alien::CMake> can be used to detect and get configuration
settings from an already installed CMake. It offers also an option to
download CMake source codes and build binaries from scratch.

=head1 METHODS

=head2 config()

This function is the main public interface to this module:

    Alien::CMake->config('prefix');
    Alien::CMake->config('version');
    Alien::CMake->config('libs');
    Alien::CMake->config('cflags');

=head2 bin_dir()

For compatability with L<Alien::Base>, this will return the path containing C<cmake>
or empty list if it is already in the C<PATH>.



( run in 0.440 second using v1.01-cache-2.11-cpan-64827b87656 )