[nostalgia] Add module for Scene
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user