slowly getting tracktion again
This commit is contained in:
parent
a5dea1ede1
commit
dd23fa811a
29 changed files with 685 additions and 380 deletions
|
@ -1 +1,23 @@
|
|||
add_subdirectory(src)
|
||||
#add_subdirectory(src)
|
||||
|
||||
set(hdrs
|
||||
include/pw/ui/window.hpp
|
||||
)
|
||||
|
||||
set(srcs
|
||||
src/window.cpp
|
||||
)
|
||||
|
||||
add_library(pwui
|
||||
STATIC
|
||||
${hdrs}
|
||||
${srcs}
|
||||
)
|
||||
|
||||
target_include_directories(
|
||||
pwui
|
||||
PUBLIC
|
||||
include
|
||||
)
|
||||
|
||||
target_link_libraries(pwui pwcore glfw glad)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue