mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:58:59 +08:00
8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
|
sese provides CMake targets:
|
||
|
|
||
|
find_package(sese CONFIG REQUIRED)
|
||
|
# build full features
|
||
|
target_link_libraries(main PRIVATE Sese::Core)
|
||
|
# build only plugin
|
||
|
target_link_libraries(main PRIVATE Sese::Plugin)
|