aboutsummaryrefslogtreecommitdiff
path: root/ports/sfml/usage
blob: 5b0f68d1a73953bbad5d681b2dedab751e1c8f98 (plain)
1
2
3
4
5
6
7
The package sfml provides CMake targets:

    find_package(SFML COMPONENTS system window graphics CONFIG REQUIRED)
    # Windows
    target_link_libraries(main PRIVATE FLAC OpenAL OpenGL Vorbis)
    # Linux/MacOS
    target_link_libraries(main PRIVATE X11 FLAC UDev OpenAL)