Skip to content

Commit e331af9

Browse files
Yangffnarknon
authored andcommitted
InputSource: add dep to DynamicOutput
Input Source: add windows platform code
1 parent 93a2d3e commit e331af9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

deps/first/Input/xmake.lua

+9-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@ target(projectName)
99
add_includedirs("include", { public = true })
1010
add_headerfiles("include/**.hpp")
1111

12-
add_files("src/**.cpp")
12+
add_files("src/**.cpp|Platform/**.cpp")
13+
14+
add_deps("DynamicOutput")
15+
16+
if is_plat("windows") then
17+
add_files("src/Platform/Win32AsyncInputSource.cpp")
18+
add_files("src/Platform/GLFW3InputSource.cpp")
19+
add_files("src/Platform/QueueInputSource.cpp")
20+
end

0 commit comments

Comments
 (0)