Rename qtk_library target to qtk.

This commit is contained in:
2025-03-16 14:53:52 -04:00
parent dab3fdc9bd
commit d6dbb5c2ff
7 changed files with 28 additions and 28 deletions

View File

@@ -198,13 +198,13 @@ jobs:
- name: Build Qtk Library
shell: bash
run: cmake --build build/ --config Release --target qtk_library -- ${{ matrix.flags }}
run: cmake --build build/ --config Release --target qtk -- ${{ matrix.flags }}
# Packaging
- name: Install Qtk Library
shell: bash
run: cmake --install build/ --config Release --prefix=$(pwd)/install --component qtk_library
run: cmake --install build/ --config Release --prefix=$(pwd)/install --component qtk
- name: Package Qtk Library
shell: bash