add SFML fullscreen example

This commit is contained in:
2024-02-24 19:29:12 +03:00
parent 6f497d3e7c
commit c7516d542c
4 changed files with 71 additions and 2 deletions

8
projects/SFML/xmake.lua Normal file
View File

@@ -0,0 +1,8 @@
set_project("sfml_examples")
set_languages("cxx14")
target("fullscreen")
set_kind("binary")
add_syslinks("sfml-graphics", "sfml-window", "sfml-system")
add_files("fullscreen.cpp")
-- add_deps("log", "trt_api", "yolov8", "serial")