-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename CMake package name to upa, and add
NAMESPACE upa::
Now, to find the library from a CMake project, use: `find_package(upa)` To link to the library, use: `target_link_libraries(exe-target upa::url)`
- Loading branch information
Showing
3 changed files
with
47 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@PACKAGE_INIT@ | ||
|
||
include(CMakeFindDependencyMacro) | ||
find_dependency(ICU REQUIRED COMPONENTS i18n uc) | ||
|
||
include("${CMAKE_CURRENT_LIST_DIR}/upa-targets.cmake") |
This file was deleted.
Oops, something went wrong.