0
0
mirror of https://github.com/microsoft/vcpkg.git synced 2025-01-16 16:06:40 +08:00
simolis3 163b97d462
[sfml] Add different libraries as features ()
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-11-01 00:48:41 -07:00

8 lines
344 B
Plaintext

The package sfml provides CMake targets:
find_package(SFML COMPONENTS system window graphics audio CONFIG REQUIRED)
target_link_libraries(main PRIVATE sfml-system sfml-network sfml-graphics sfml-window sfml-audio)
# If you want SFML to provide an implementation of main():
target_link_libraries(main PRIVATE sfml-main)