[nostalgia] Add module for Scene

This commit is contained in:
2023-02-03 23:07:31 -06:00
parent ccf47c0e4b
commit 78798f69af
9 changed files with 110 additions and 11 deletions

View File

@@ -2,6 +2,8 @@
add_library(
NostalgiaScene
scene.cpp
scenemodule.cpp
typeconv.cpp
)
target_link_libraries(
@@ -12,6 +14,8 @@ target_link_libraries(
install(
FILES
scene.hpp
scenemodule.hpp
typeconv.hpp
DESTINATION
include/nostalgia/scene
)