add SFML fullscreen example
This commit is contained in:
8
projects/SFML/xmake.lua
Normal file
8
projects/SFML/xmake.lua
Normal 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")
|
||||
Reference in New Issue
Block a user