~appimagelauncher-team/appimagelauncher/+git/libargs:master

Last commit made on 2024-05-26
Get this branch:
git clone -b master https://git.launchpad.net/~appimagelauncher-team/appimagelauncher/+git/libargs

Branch merges

Branch information

Recent commits

cc2368c... by "Taylor C. Richberger" <email address hidden>

Merge pull request #124 from ArthurSonzogni/master

Export taywee::args

0053db2... by ArthurSonzogni <email address hidden>

Export taywee::args

Most of downstream distribution systems prefer using ports rather than
fetching anything during the build. FTXUI depends on args via
FetchContent. CMake 3.24 support FIND_PACKAGE_ARGS to allow installed
packages to override fetch_content.

My problem is that `taywee::args` is only exported when installed, but
not directly when used as a subproject.

This patch exports `taywee::args` so that the same name can be used in
both cases.

Bug:https://github.com/ArthurSonzogni/json-tui/issues/32

b7d6723... by "Taylor C. Richberger" <email address hidden>

add example cmakelists

9e1180a... by "Taylor C. Richberger" <email address hidden>

better verbiage for maintenance mode note

e3e6e46... by "Taylor C. Richberger" <email address hidden>

bump version for fixed tests

281e9f2... by "Taylor C. Richberger" <email address hidden>

fix test case for command line help

3ec4b25... by "Taylor C. Richberger" <email address hidden>

bump version to 6.4.5

cecfe06... by "Taylor C. Richberger" <email address hidden>

Make sure options message appears before positionals

3e70c39... by "Taylor C. Richberger" <email address hidden>

fix pkg-config placement

1101684... by "Taylor C. Richberger" <email address hidden>

make cmake install also install version file