add nanovg based osd
This commit is contained in:
@@ -18,7 +18,10 @@ if (MPV_SW_RENDER)
|
||||
endif ()
|
||||
|
||||
project(xplayer)
|
||||
set(MAIN_SRC "main.cpp")
|
||||
set(MAIN_SRC
|
||||
"main.cpp"
|
||||
"nanovg/nanovg.c"
|
||||
)
|
||||
|
||||
add_executable(xplayer ${MAIN_SRC})
|
||||
set_target_properties(xplayer PROPERTIES CXX_STANDARD 17)
|
||||
|
||||
Reference in New Issue
Block a user