inching slowly towards a renderer
This commit is contained in:
parent
4b695ecaf6
commit
c7c7d5af77
28 changed files with 613 additions and 59 deletions
|
@ -1,25 +1,25 @@
|
|||
|
||||
set(hdrs
|
||||
include/pw/system/window.hpp
|
||||
include/pw/system/input.hpp
|
||||
)
|
||||
include/pw/system/window.hpp
|
||||
include/pw/system/input.hpp
|
||||
)
|
||||
|
||||
set(srcs
|
||||
src/window.cpp
|
||||
src/input.cpp
|
||||
)
|
||||
src/window.cpp
|
||||
src/input.cpp
|
||||
)
|
||||
|
||||
add_library(pwsystem
|
||||
STATIC
|
||||
${hdrs}
|
||||
${srcs}
|
||||
)
|
||||
STATIC
|
||||
${hdrs}
|
||||
${srcs}
|
||||
)
|
||||
|
||||
target_include_directories(
|
||||
pwsystem
|
||||
PUBLIC
|
||||
include
|
||||
)
|
||||
pwsystem
|
||||
PUBLIC
|
||||
include
|
||||
)
|
||||
|
||||
target_link_libraries(pwsystem pwcore pwvisual glfw glad)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue