mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15: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)
|