Commit Graph

7 Commits

Author SHA1 Message Date
bc219f48cb build(constants): changes install path to fourdst/constants
previously install path was at includedir/fourdst/fourdst/constants, this changes the install path to includedir/fourdst

BREAKING CHANGE: This change may break builds which did not previously use -I/usr/local/fourdst/ (i.e. if previous code included #include "fourdst/fourdst/constants/const.h" it will no longer function). Rather, code should use -I/usr/local/include (or whatever include dir was set by the user at build time) and then #include "fourdst/constants/const.h")
2026-06-05 10:12:30 +02:00
efba74d9fe build(meson.build): added option to turn off pkg-config file generation 2025-07-22 13:20:16 -04:00
84e8cdf083 fix(headers): moved all headers to fourdst/ 2025-06-22 04:50:50 -04:00
3821639053 feat(pkg-config): fixed 2025-06-21 16:37:08 -04:00
cf5f1a6dcb build(pkg-config): added easy pkg-config generation 2025-06-21 05:59:32 -04:00
df5e92b0e9 build(libconstants): added working test system 2025-06-21 05:52:43 -04:00
c8973f5789 build(libcomposition): added working build system 2025-06-21 05:48:22 -04:00