Commit Graph

23 Commits

Author SHA1 Message Date
Sean Robinson
be705d191b Remove cmake option for removable '-v'
This was made obsolete by commit ea1f7ef663.

Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
2023-01-17 14:15:05 -07:00
serge-sans-paille
a442a74569 Install cmake export file in CMAKE_INSTALL_DIR
Per https://cmake.org/cmake/help/latest/guide/importing-exporting/index.html#exporting-targets
this is the standard way to do so, no need to hack CMAKE_INSTALL_LIBDIR_ARCHIND
2023-01-15 22:03:22 +01:00
BryanFlynt
d201a3e1df
Update CMakeLists.txt
Default ON for ARGPARSE_INSTALL
2022-11-05 15:47:39 -06:00
BryanFlynt
764442f0f4
Update CMakeLists.txt
Added ARGPARSE_INSTALL
This allows a separate project using argparse through CMake FetchContent_Declare(...) to install the project without having to also install argparse.
2022-11-05 15:45:17 -06:00
Pranav Srinivas Kumar
997da92556 Bumped version to v2.9 2022-09-21 19:24:04 -07:00
Pranav Srinivas Kumar
05232b7487 Started adding samples 2022-09-21 18:09:25 -07:00
Pranav Srinivas Kumar
4f10f378c5 Bumped version to v2.8 2022-09-20 21:21:06 -07:00
Pranav Srinivas Kumar
327e16c61b Bumped to version v2.7 2022-09-18 07:14:36 -07:00
Pranav Srinivas Kumar
40a3888f15 Bumped version to v2.6 2022-06-22 10:59:52 -07:00
Pranav
162866eb4b
Bumped version to v2.5 2022-05-27 07:29:23 -05:00
Pranav Srinivas Kumar
4af831ef72 Bumped library version to v2.4 2022-04-20 08:37:27 -05:00
Pranav Srinivas Kumar
1a552dfd60 Bumped library version to v2.3 2022-04-01 19:05:46 -05:00
Sam4uk
06f687b594
update cmake_minimum_required to 3.12.4 2022-02-07 22:09:36 +02:00
Sam4uk
5a1b4c3068 edit CMakeLists.txt 2022-02-04 23:36:26 +02:00
KOLANICH
7fad8faf8c Some cleanup in CPack packaging 2021-08-16 13:18:00 +03:00
KOLANICH
9ba45adfe2 Added packaging using CPack and generation of pkg-config files.
Fixed installation directory - the lib is architecture-independent and so CMake and pkg-config files should go into <prefix>/lib, not into <prefix>/lib/<arch>
2021-07-21 13:11:52 +03:00
Oliver 'kfsone' Smith
38b1b8114e Allow user to limit version argument to --version 2021-06-04 16:56:22 -07:00
Ubpa
86ad397b39 CMakeLists.txt : add export
make the project to be used from a build directory
reference: https://cmake.org/cmake/help/latest/guide/tutorial/index.html#adding-export-configuration-step-11
2020-11-07 12:23:22 +08:00
Pranav Srinivas Kumar
33101e7972 Closes #73 2020-05-08 14:35:05 -05:00
Bartlomiej Neumann
3b5d4725f6 Fix invalid cmake export configuration
Modify the CMakeLists.txt file to properly generate config file.
The `/include` string part intended for BUILD_INTERFACE was added
after the generator expression itself, which resulted
in extra `/include` path INTERFACE_INCLUDE_DIRECTORIES property
of exported configuration.
2019-05-25 12:40:40 +02:00
Pranav Srinivas Kumar
a5192878c1
Update CMakeLists.txt 2019-04-10 21:18:14 -04:00
Pranav Srinivas Kumar
483e9f2a5a
Fixes issue #5 2019-04-10 07:33:46 -04:00
Daniel Marshall
07f09279ed Add root CMakeLists.txt 2019-04-10 12:14:33 +01:00