Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate CMake package files #563

Merged
merged 1 commit into from
May 26, 2024
Merged

Generate CMake package files #563

merged 1 commit into from
May 26, 2024

Conversation

Chocobo1
Copy link
Member

Downstream projects will now be able to find libchewing via CMake with the following:

find_package(Chewing REQUIRED)
target_link_libraries(someTarget PRIVATE Chewing::libchewing)

https://cmake.org/cmake/help/latest/guide/tutorial/Adding%20Export%20Configuration.html

Copy link

codecov bot commented May 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.43%. Comparing base (42d3e2e) to head (a0377c2).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #563   +/-   ##
=======================================
  Coverage   88.43%   88.43%           
=======================================
  Files          58       58           
  Lines       13537    13537           
=======================================
  Hits        11971    11971           
  Misses       1566     1566           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Downstream projects will now be able to find libchewing via CMake with
the following:
```cmake
find_package(Chewing REQUIRED)
target_link_libraries(someTarget PRIVATE Chewing::libchewing)
```

https://cmake.org/cmake/help/latest/guide/tutorial/Adding%20Export%20Configuration.html
@kanru kanru added this pull request to the merge queue May 26, 2024
Merged via the queue into chewing:master with commit cde1fd2 May 26, 2024
20 checks passed
@Chocobo1 Chocobo1 deleted the cmake branch May 26, 2024 06:02
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.

2 participants