still not there yet
This commit is contained in:
parent
b2172d88fb
commit
830b63cf88
13 changed files with 369 additions and 356 deletions
src/core
|
@ -19,24 +19,28 @@ set(hdrs
|
|||
include/pw/core/image.hpp
|
||||
)
|
||||
|
||||
set(misc
|
||||
${CMAKE_SOURCE_DIR}/README.md
|
||||
${CMAKE_SOURCE_DIR}/LICENSE
|
||||
${CMAKE_SOURCE_DIR}/TODO.md
|
||||
)
|
||||
|
||||
set(srcs
|
||||
# src/buffer.cpp
|
||||
src/image.cpp
|
||||
src/debug.cpp
|
||||
src/mesh.cpp
|
||||
# src/mesh.cpp
|
||||
src/core.cpp
|
||||
src/serialize.cpp
|
||||
src/timer.cpp
|
||||
src/image.cpp
|
||||
${CMAKE_SOURCE_DIR}/README.md
|
||||
${CMAKE_SOURCE_DIR}/LICENSE
|
||||
${CMAKE_SOURCE_DIR}/TODO.md
|
||||
)
|
||||
|
||||
add_library(pwcore
|
||||
STATIC
|
||||
${hdrs}
|
||||
${srcs}
|
||||
${misc}
|
||||
)
|
||||
|
||||
target_include_directories(
|
||||
|
@ -47,8 +51,5 @@ target_include_directories(
|
|||
|
||||
target_link_libraries(pwcore)
|
||||
|
||||
|
||||
|
||||
#add_subdirectory(src)
|
||||
add_subdirectory(tests)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue