-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvcpkg-usage.txt
More file actions
22 lines (22 loc) · 825 Bytes
/
vcpkg-usage.txt
File metadata and controls
22 lines (22 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[cmake] antlr4 provides CMake targets:
[cmake]
[cmake] # this is heuristically generated, and may not be correct
[cmake] find_package(antlr4-runtime CONFIG REQUIRED)
[cmake] target_link_libraries(main PRIVATE antlr4_shared)
[cmake]
[cmake] doctest provides CMake targets:
[cmake]
[cmake] # this is heuristically generated, and may not be correct
[cmake] find_package(doctest CONFIG REQUIRED)
[cmake] target_link_libraries(main PRIVATE doctest::doctest)
[cmake]
[cmake] icu provides pkg-config modules:
[cmake]
[cmake] # International Components for Unicode: Internationalization library
[cmake] icu-i18n
[cmake]
[cmake] # International Components for Unicode: Stream and I/O Library
[cmake] icu-io
[cmake]
[cmake] # International Components for Unicode: Common and Data libraries
[cmake] icu-uc