Skip to content

Conversation

@Arniiiii
Copy link
Contributor

@Arniiiii Arniiiii commented Dec 9, 2025

Installing with zero dependencies.

  • testing capability

  • pkgconfig

  • installable cmake target

Tested with next script:

rm ./build/ -rf
rm ./prefix/ -rf
cmake -S . -B ./build/ -DCMAKE_INSTALL_PREFIX=./prefix
cmake --install ./build/ --prefix ./prefix
rm ./build/ -rf
CMAKE_PREFIX_PATH=./prefix cmake -S . -B ./build/ -Dconstexpr-to-string_TEST_INSTALLED_VERSION=1
cmake --build ./build -j 12 --verbose
cat ./prefix/share/pkgconfig/constexpr-to-string.pc

Formatted via neocmakelsp

@Arniiiii Arniiiii marked this pull request as draft December 9, 2025 00:36
Installing with zero deps.

+ testing capability

+ pkgconfig

+ installable cmake target

set version to 1.0.1
@Arniiiii Arniiiii marked this pull request as ready for review December 9, 2025 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant